act/pkg/jobparser
Zettat123 cfedc518ca Add With field to jobparser.Job (#37)
Partially Fixes [gitea/act_runner#91 comment](https://gitea.com/gitea/act_runner/issues/91#issuecomment-734544)

nektos/act has added `With` to support reusable workflows (see [code](68c72b9a51/pkg/model/workflow.go (L160)))

GitHub actions also support [`jobs.<job_id>.with`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idwith)

Reviewed-on: https://gitea.com/gitea/act/pulls/37
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
2023-04-04 10:59:53 +08:00
..
testdata Add With field to jobparser.Job (#37) 2023-04-04 10:59:53 +08:00
evaluator.go Add custom enhancements 2022-11-22 14:16:35 +08:00
interpeter.go Fix incompatibility caused by tracking upstream add actions to test it (#24) 2023-03-16 15:00:11 +08:00
jobparser.go Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00
jobparser_test.go Add With field to jobparser.Job (#37) 2023-04-04 10:59:53 +08:00
model.go Add With field to jobparser.Job (#37) 2023-04-04 10:59:53 +08:00
model_test.go Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00
testdata_test.go Expose SetJob to make EraseNeeds work (#35) 2023-03-29 13:57:29 +08:00