Hi!
I’m starting to play with Gitea Actions, and while it seems to work without issue (I can see the output of the different job’s steps in the interface), I get all a lot of this message in the Gitea log…
...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task xxx: Error 1146 (42S02): Table 'gitea.action_task_output' doesn't exist
I did not found what’s that table is supposed to look like or an open issue related to that…
Any idea on this message and how to solve it ? Is this database indeed supposed to exists and where could I find it’s schema ?
I’m running 1.20.2, on docker with mysql backend…
Many thanks!