1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 01:46:41 +02:00
gitea/routers/api/actions
sillyguodong a1f5dd7677
Make runs-on support variable expression (#29468)
As title.
Close issue: https://gitea.com/gitea/act_runner/issues/445
Follow: https://gitea.com/gitea/act/pulls/91

Move `getSecretsOfTask` and `getVariablesOfTask` under `models` because
of circular dependency issues.
2024-03-08 06:14:35 +00:00
..
ping Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runner Make runs-on support variable expression (#29468) 2024-03-08 06:14:35 +00:00
actions.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
artifact.pb.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifact.proto Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifacts.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
artifacts_chunks.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifacts_utils.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifactsv4.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00