summaryrefslogtreecommitdiffstats
path: root/pkg/model (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: parse types of reusable workflows (#1414)Markus Wolf2022-11-012-0/+75
* refactor: move from io/ioutil to io and os packages (#1417)Eng Zer Jun2022-10-291-13/+13
* Mapping `workflow_dispatch` inputs into the Expression `inputs` context (#1363)Markus Wolf2022-10-171-0/+45
* fix: support docker create arguments from container.options (#1022) (#1351)Alex Savchuk2022-10-071-1/+2
* Fix composite input handling (#1345)Markus Wolf2022-10-061-2/+27
* fix: show workflow info even if on.push is not defined (#1329) (#1335)v0.2.32Alex Savchuk2022-09-291-0/+15
* fix: align github.ref to GitHub Action (#1362)Markus Wolf2022-09-272-6/+9
* fix: support expression for step's continue-on-error field (#900) (#1331)Alex Savchuk2022-09-081-11/+11
* fix: show workflow name when get error on yml parsing (#1133) (#1328)Alex Savchuk2022-09-061-1/+2
* fix: the number in the github event is of type number (#1252)Markus Wolf2022-07-122-2/+2
* fix: allow TimeoutMinutes to be expression in Jobs (#1247)Hisham Muhammad2022-07-081-1/+1
* fix: processing of strategy.matrix.include (#1200)ChristopherHX2022-06-212-0/+40
* Improve logging (#1171)Björn Brauer2022-06-172-17/+19
* fix: allow TimeoutMinutes to be expression (#1217)R2022-06-161-1/+1
* refactor: remove github.com/pkg/errors dependency (#1077)R2022-06-103-11/+11
* implement pre and post steps (#1089)Markus Wolf2022-05-242-0/+13
* fix: remove composite restrictions (#1128)R2022-05-231-31/+0
* fix: return invalid step type (#1157)Markus Wolf2022-05-111-0/+4
* feat: support `GITHUB_REF_NAME` & `GITHUB_REF_TYPE` (#1142)Kevin Wang2022-05-081-0/+2
* implement volume mount for container job (#1101)Seunghyun Hwang2022-04-042-0/+28
* fix: return error on reusable workflows (#1093)Ryan2022-03-301-0/+1
* refactor: default empty if: statement to if: success() in evaluator & remove ...Björn Brauer2022-02-152-54/+0
* feat: add skipped status as step result (#950)Markus Wolf2022-01-211-0/+2
* feat: try to read ref and sha from event payload if available (#889)Björn Brauer2022-01-212-0/+245
* refactor: export and move shared contexts into pkg/model (#931)Björn Brauer2021-12-223-0/+83
* feat: add node16 support (#922)Ryan2021-12-221-1/+4
* Feature: uses in composite (#793)ChristopherHX2021-12-222-4/+37
* fix: rework setupShellCommand (#930)Ryan2021-12-221-0/+1
* fix: continue jobs + steps after failure (#840)Markus Wolf2021-12-082-0/+7
* container credentials (#868)Till!2021-11-272-9/+40
* fix: correctly unmarshal entrypoint (#876)Ryan2021-11-131-1/+1
* feat: improve list (#786)Ryan2021-08-302-0/+2
* Simplify Matrix decode, add defaults for fail-fast and max-parallel, add test...Ryan2021-08-093-64/+217
* Add `needs` job output (#629)Phil Story2021-07-012-0/+43
* Switch to `interface{}` instead of `map[string]...` (#700)Ryan (hackercat)2021-06-061-17/+71
* $GITHUB_PATH support (#566)Torbjørn Vatn2021-05-061-0/+1
* Fix environment variables and move `envs.txt`/`event.json` to fixed location ...Ryan (hackercat)2021-05-061-2/+2
* Fixes #598 (#628)Renstrom2021-05-052-2/+51
* Remove pwsh -login and add Pwsh test (#660)Justin Grote2021-05-052-1/+17
* Add `super-linter` + fix lint issues (#650)Ryan (hackercat)2021-05-031-10/+6
* refactor: `NewWorkflowPlanner` (#648)Ryan (hackercat)2021-05-038-24/+109
* Add support for composite actions (#514)Mark DeLillo2021-04-022-1/+15
* fix: fail workflow if the job name is invalid (#596)hackercat2021-04-024-0/+56
* fix: return error if both `run:`/`uses:` keys are used (#593)hackercat2021-04-012-2/+40
* Support running commands in repositories without action.yaml (#293)v0.2.21Josh Soref2021-03-301-9/+12
* Update Shell Tasks to match ScriptHandlerHelpers (#575)Justin Grote2021-03-291-3/+4
* fix: invoke login shells to source `/etc/environment` (#570)hackercat2021-03-291-3/+3
* Removed pipefail from bash shell execution to match GitHub Actions (#529)Andrew Gee2021-02-121-1/+1
* Format sources with gofmt (#472)KADOTA, Kyohei2021-01-151-1/+1
* GitHub env file support (#426)Torbjørn Vatn2021-01-121-3/+3