1
0
Fork 0
codeberg-forgejo/models/actions
Giteabot 2f6b7ce91a
Fix log typo in task.go (#26337) (#26343)
Backport #26337 by @cassiozareck

Signed-off-by: cassiozareck <cassiomilczareck@gmail.com>
(cherry picked from commit 8a97cdd91bff61129505d63311a0686c61abca71)
2023-08-21 07:22:17 +02:00
..
artifact.go Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
forgejo.go [CLI] implement forgejo-cli actions register 2023-07-16 23:21:45 +02:00
forgejo_test.go [CLI] implement forgejo-cli actions register 2023-07-16 23:21:45 +02:00
main_test.go [CLI] implement forgejo-cli actions register 2023-07-16 23:21:45 +02:00
run.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
run_job.go Fix wrong workflow status when rerun a job in an already finished workflow (#26119) (#26124) 2023-07-26 13:49:15 +02:00
run_job_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
run_list.go Don't filter action runs based on state (#24711) 2023-05-14 16:04:24 +00:00
runner.go Add user level action runners (#24995) 2023-05-31 09:39:54 +08:00
runner_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runner_token.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
status.go Require approval to run actions for fork pull request (#22803) 2023-02-24 15:58:49 +08:00
task.go Fix log typo in task.go (#26337) (#26343) 2023-08-21 07:22:17 +02:00
task_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_output.go Support upload `outputs` and use `needs` context on Actions (#24230) 2023-04-22 16:12:41 -04:00
task_step.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
utils.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
utils_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00