1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 13:15:48 +00:00
gitea/routers/api/actions/runner
Jason Song cbc9a0fe47
Avoid too long names for actions (#23162)
The name of the job or step comes from the workflow file, while the name
of the runner comes from its registration. If the strings used for these
names are too long, they could cause db issues.
2023-02-28 18:20:36 +08:00
..
interceptor.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runner.go Avoid too long names for actions (#23162) 2023-02-28 18:20:36 +08:00
utils.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00