Giteabot
7cb4201f8e
fix(actions): make cancelled() work in job if evaluation ( #38495 ) ( #38497 )
...
Backport #38495 by @Zettat123
Fix #38485
#37478 moved `if` evaluation from runner to server. But `NewInterpeter`
always provides a nil `JobContext` for the evaluator, which makes
[`cancelled()`](https://gitea.com/gitea/runner/src/commit/ad967330a8788c9b8ab723abbc1a86d53c3bc5e6/act/exprparser/functions.go#L299 )
panic on `Job.Status` because `Job` is a nil pointer.
Co-authored-by: Zettat123 <zettat123@gmail.com >
2026-07-16 20:54:26 +00:00
silverwind
97211bf0c5
refactor(deps): migrate from nektos/act fork to gitea/runner ( #37557 )
...
Migrate to https://gitea.com/gitea/runner/releases/tag/v1.0.0 which
includes the `act` package directory previously referenced by
`nektos/act`.
Signed-off-by: silverwind <me@silverwind.io >
Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-06 05:54:31 +02:00
Lunny Xiao
ad9850391d
Move jobparser from act repository to Gitea ( #36699 )
...
The jobparser sub package in act is only used by Gitea. Move it to Gitea
to make it more easier to maintain.
---------
Co-authored-by: Christopher Homberger <christopher.homberger@web.de >
2026-02-22 19:33:01 +00:00