forgejo-runner-act/pkg
Vitaliy Potyarkin c024ab3079 fix: Use correct clone URL with new-actions-cache
new-actions-cache was not handling short action names relying on
DEFAULT_ACTIONS_URL: it would try to fetch from the short name
(actions/checkout) as if it was the full URL. This commit fixes that.

Upstream nektos/act has deprecated legacy actions cache in favor of a new
implementation which is more performant and does not suffer from data
races:
  https://github.com/nektos/act/issues/2419#issuecomment-2282814122

This change is required to use new-actions-cache in Forgejo Runner.

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-12-28 12:35:08 +03:00
..
artifactcache fix: cache adjust restore order of exact key matches (#2267) 2024-11-07 16:25:40 +01:00
artifacts chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
common Support cloning remote actions from insecure Gitea instances (#92) 2024-03-05 08:07:29 +00:00
container fix: Do not fail on nil error 2024-12-28 12:31:24 +03:00
exprparser fix: return an error when the argument count is wrong 2024-10-31 16:02:17 +01:00
filecollector refactor: filecollector into new package (#2174) 2024-01-30 00:46:45 +00:00
jobparser fix(jobparser): support workflow_dispatch.inputs 2024-08-22 15:02:05 +02:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model [FORGEJO] when a workflow decode error happen, log and do not crash 2024-09-15 15:46:01 +02:00
runner fix: Use correct clone URL with new-actions-cache 2024-12-28 12:35:08 +03:00
workflowpattern feat: workflowpattern package (#1618) 2023-02-23 18:21:08 +00:00