act/pkg/jobparser
Galen Abell 9bdddf18e0 Parse secret inputs in reusable workflows (#41)
Secrets can be passed to reusable workflows, either explicitly by key or
implicitly by `inherit`:

https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow

Reviewed-on: https://gitea.com/gitea/act/pulls/41
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: Galen Abell <galen@galenabell.com>
Co-committed-by: Galen Abell <galen@galenabell.com>
2023-04-17 13:41:02 +08:00
..
testdata Parse secret inputs in reusable workflows (#41) 2023-04-17 13:41:02 +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 Avoid using log.Fatal in pkg/* (#39) 2023-04-07 16:31:03 +08:00
jobparser_test.go Parse secret inputs in reusable workflows (#41) 2023-04-17 13:41:02 +08:00
model.go Parse secret inputs in reusable workflows (#41) 2023-04-17 13:41:02 +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