summaryrefslogtreecommitdiffstats
path: root/cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: `--container-options` (#1462)ChristopherHX2022-12-062-0/+19
* Add user level Docker socket to common paths (#1416)Ben Drucker2022-10-291-0/+1
* fix: show workflow info even if on.push is not defined (#1329) (#1335)v0.2.32Alex Savchuk2022-09-291-30/+74
* help output: use consistent terminology between `-j` & `-l` (#1326)v0.2.31Jordan Harband2022-08-311-1/+1
* fix: use docker images from dockerhub (#1249)R2022-07-081-2/+2
* feat: add option to bypass GHE for actions checkout (#1162)v0.2.28Neo Hsu2022-06-212-62/+68
* feat: add ubuntu-22.04 (#1150)Ryan2022-05-172-2/+3
* feat/bug-report-extended (#1163)Ryan2022-05-171-6/+23
* refactor: remove composite action runcontext workaround (#1085)Markus Wolf2022-05-111-0/+1
* feat: add option to specify git remote name (#1104)Ryan2022-04-042-0/+3
* feat: add bug-report flag (#1056)v0.2.26Ryan2022-03-221-4/+94
* feat: add flag to always run the checkout action (#1049)Robert Kowalski2022-03-212-0/+3
* feat: add json logger output (#1026)Markus Wolf2022-03-142-0/+7
* fix: trim whitespace from actrc (#1024)Ryan2022-03-021-1/+1
* fix: print line after password prompt (#1014)Ryan2022-02-251-0/+1
* feat: add node16 support (#922)Ryan2021-12-222-4/+4
* fix: clarify --reuse and --rm flags (#929)Ryan2021-12-161-2/+2
* feat: add option for docker image rebuild (#878)v0.2.25Ryan2021-11-242-0/+3
* Asset server implementation (#677)Markus Wolf2021-11-102-1/+14
* Remove ubuntu-16.04 and add missing links for nix/go (#821)Ryan2021-09-222-10/+5
* feat: improve list (#786)Ryan2021-08-301-19/+57
* Update docs, file formatting and docker images (#766)Ryan2021-08-091-3/+3
* fix: warn Apple M1 (arm64) users (#743)Ryan (hackercat)2021-06-231-2/+11
* Update images, fix extrapath (#723)v0.2.23Ryan (hackercat)2021-06-112-6/+6
* Support container removal at exit. Fixes #694 (#714)Joseph Benden2021-06-102-0/+3
* Add support for container kernel capabilities (#716)Joseph Benden2021-06-042-0/+6
* feat: add option for custom socket path (#698)Ryan (hackercat)2021-05-232-0/+3
* Have List suggest -W for duplicate jobs (#691)Josh Soref2021-05-201-1/+13
* refactor: remove `gotest.tools` (#688)Ryan (hackercat)2021-05-181-1/+2
* fix: replace `gopass` lib with `golang.org/x/term` (#674)Ryan (hackercat)2021-05-061-5/+6
* $GITHUB_PATH support (#566)Torbjørn Vatn2021-05-061-0/+1
* GitHub Enterprise support (#658)Björn Brauer2021-05-052-0/+3
* Add `super-linter` + fix lint issues (#650)Ryan (hackercat)2021-05-031-1/+0
* refactor: `NewWorkflowPlanner` (#648)Ryan (hackercat)2021-05-032-2/+3
* Add option to allow files/directories in `.gitignore` to be copied to contain...Ryan (hackercat)2021-05-032-0/+3
* fix: reworked container architecture (#619)Ryan (hackercat)2021-05-021-2/+1
* Refactor `.actrc` locations and default image survey (#600)hackercat2021-04-051-47/+79
* Support running commands in repositories without action.yaml (#293)v0.2.21Josh Soref2021-03-301-2/+2
* use container image platform only on docker 1.41+ (#591)Jay Pipes2021-03-301-1/+1
* fix: use new platforms after survey, check working dir for `.actrc` (#577)hackercat2021-03-291-9/+8
* fix: update `ubuntu-latest` to point to `ubuntu-20.04` (#580)hackercat2021-03-291-2/+2
* Add option to run custom architecture (container platform) (#525)hackercat2021-03-292-34/+38
* Add --userns flag to support Docker daemon that enables user namespace (#533)Hibariya2021-02-272-0/+3
* Update Docker images (#524)hackercat2021-02-232-5/+5
* Update `README.md`/`cmd/root.go` with additional information (#523)Cat™2021-02-081-1/+1
* fix: --version, --help do not need check platform config (#508)Owen Young2021-01-291-52/+52
* Load .secrets file as default (#488)Cat™2021-01-191-1/+1
* Add survey during first run for a default image (#483)Cat™2021-01-191-9/+61
* Add autodetect event flag (#486)Cat™2021-01-182-7/+12
* Add --env flag to pass environment vars without file (#474)Cat™2021-01-152-0/+12