1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Zettat123 646206bd8a Add extra path env for running go actions (#26)
At present, the runner can't run go actions even if the go environment has been set by the `setup-go` action. The reason is that `setup-go` will add the go related paths to [`GITHUB_PATH`](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path) but in #22 I forgot to apply them before running go actions. After adding the `ApplyExtraPath` function, the `setup-go` action runs properly.

Reviewed-on: https://gitea.com/gitea/act/pulls/26
Reviewed-by: Jason Song <i@wolfogre.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
2023-03-21 15:31:30 +08:00
.gitea/workflows Fix incompatibility caused by tracking upstream add actions to test it (#24) 2023-03-16 15:00:11 +08:00
.github build(deps): bump megalinter/megalinter from 6.19.0 to 6.20.0 (#1665) 2023-03-06 03:30:59 +00:00
act Add extra path env for running go actions (#26) 2023-03-21 15:31:30 +08:00
cmd Improve XDG Spec supporting (#1656) 2023-03-03 14:39:02 +00:00
main.go feat: add check for newer versions (#1562) 2023-01-15 10:30:41 +00:00