forgejo-runner-act/pkg
Zettat123 f6a8a0e643 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
..
artifacts fix: tolerate workflow that needs a missing job (#1595) (#1619) 2023-02-16 16:41:59 +00:00
common Merge tag 'nektos/v0.2.43' 2023-03-16 11:45:29 +08:00
container Merge tag 'nektos/v0.2.43' 2023-03-16 11:45:29 +08:00
exprparser fix: return err in walk (#1667) 2023-03-08 15:13:11 +00:00
jobparser Fix incompatibility caused by tracking upstream add actions to test it (#24) 2023-03-16 15:00:11 +08:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model Merge tag 'nektos/v0.2.43' 2023-03-16 11:45:29 +08:00
runner Add extra path env for running go actions (#26) 2023-03-21 15:31:30 +08:00
workflowpattern feat: workflowpattern package (#1618) 2023-02-23 18:21:08 +00:00