summaryrefslogtreecommitdiffstats
path: root/pkg/runner/step_action_remote_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nektos/v0.2.49'Jason Song2023-08-021-1/+1
|\
| * chore: upgrade golangci-lint and address findings (#1904)Casey Lee2023-07-111-1/+1
* | Merge tag 'nektos/v0.2.43'v0.243.0Jason Song2023-03-161-43/+35
|\|
| * fix: safe file name (#1651)Jason Song2023-03-031-4/+25
| * refactor: GITHUB_ENV command / remove env.PATH (#1503)ChristopherHX2023-02-041-8/+8
| * refactor: fix savestate in pre steps (#1466)ChristopherHX2022-12-151-29/+17
| * refactor: fix add-path / GITHUB_PATH commands (#1472)ChristopherHX2022-12-091-2/+6
* | Safe filename (#16)Jason Song2023-02-241-0/+21
* | Support uses http(s)://host/owner/repo as actions (#14)v1.0.0v0.234.2Jason Song2023-02-151-0/+94
|/
* feat: interpolate the step names (#1422)Markus Wolf2022-11-161-0/+2
* feat: GITHUB_STATE and GITHUB_OUTPUT file commands (#1391)ChristopherHX2022-11-161-0/+24
* feat: add option to bypass GHE for actions checkout (#1162)v0.2.28Neo Hsu2022-06-211-0/+141
* Improve logging (#1171)Björn Brauer2022-06-171-1/+1
* refactor: remove github.com/pkg/errors dependency (#1077)R2022-06-101-2/+4
* implement pre and post steps (#1089)Markus Wolf2022-05-241-55/+409
* refactor: simplify action function signatures (#1083)Markus Wolf2022-03-291-4/+4
* feat: split job steps into its own files/structs (#1004)Markus Wolf2022-03-221-0/+102