0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-27 23:48:39 +01:00
gitea/models/actions
Jason Song 310e2517e5
Fix ambiguous id when fetch Actions tasks (#30382)
Fix regression of #30331.

```txt
time="2024-04-10T02:23:49Z" level=error msg="failed to fetch task" func="[fetchTask]" file="[poller.go:91]" error="unknown: rpc error: code = Internal desc = pick task: CreateTaskForRunner: Error 1052 (23000): Column 'id' in field list is ambiguous"
```
2024-04-10 02:57:43 +00:00
..
artifact.go
main_test.go
run_job_list.go
run_job.go
run_list.go
run.go
runner_list.go
runner_token_test.go
runner_token.go
runner.go
schedule_list.go
schedule_spec_list.go
schedule_spec.go
schedule.go
status.go
task_list.go
task_output.go
task_step.go
task.go Fix ambiguous id when fetch Actions tasks (#30382) 2024-04-10 02:57:43 +00:00
tasks_version.go
utils_test.go
utils.go
variable.go