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
..
2023-03-16 11:45:29 +08:00
2023-03-16 11:45:29 +08:00
2023-03-16 11:45:29 +08:00
2023-03-16 11:45:29 +08:00
2023-03-16 11:45:29 +08:00
2023-03-16 11:45:29 +08:00
2022-12-05 17:08:17 +08:00
2023-02-16 15:34:51 +00:00
2023-02-23 15:24:44 +00:00