Commit graph

  • 33ccfa6f3b
    Switch to interface{} instead of map[string]... (#700) Ryan (hackercat) 2021-06-06 14:53:18 +0000
  • fa93f4d5e7
    fix: update issue template (#722) Ryan (hackercat) 2021-06-04 20:16:01 +0000
  • 6b4d359737
    Add support for container kernel capabilities (#716) Joseph Benden 2021-06-04 09:06:59 -0700
  • 8a9167da82
    fix: avoid race condition by not running exec/start twice (#702) Björn Brauer 2021-05-25 14:35:52 +0200
  • d794e2fe4c
    Move actions path outside of workdir (#701) Ryan (hackercat) 2021-05-24 17:09:03 +0000
  • 490039975f
    Add arm64/arm and capture all snapshots (#699) Ryan (hackercat) 2021-05-23 15:32:55 +0000
  • 799098b0e6
    feat: add option for custom socket path (#698) Ryan (hackercat) 2021-05-23 14:43:09 +0000
  • 764263ce0e
    Have List suggest -W for duplicate jobs (#691) Josh Soref 2021-05-20 10:12:10 -0400
  • 60b9606fc6
    fix: use github auth token for pulling a repository (#693) Björn Brauer 2021-05-19 15:40:28 +0200
  • 29ea8cfc4e
    Fix: GITHUB_PATH should prepend (#690) Josh Soref 2021-05-18 09:22:39 -0400
  • 38f6dfb49a
    fix: use auth when fetching (same as with cloning) (#687) Markus Wolf 2021-05-18 08:25:07 +0200
  • f571290b25
    refactor: remove gotest.tools (#688) Ryan (hackercat) 2021-05-18 06:14:49 +0000
  • 3e22b1b374
    Fix typo (#685) Oliver Kopp 2021-05-17 03:09:11 +0200
  • ee05fb1e1f
    Add hint on ${{ github.token }} (#686) Oliver Kopp 2021-05-17 03:02:40 +0200
  • 3db50376aa
    fix: hide masked value (#668) Markus Wolf 2021-05-15 23:11:16 +0200
  • ef0da2ab9e
    Hotfix: Skip Checkout Regression (#680) Justin Grote 2021-05-10 08:12:57 -0700
  • aa68181f6b
    refactor: return more errors, add more tests (#679) Ryan (hackercat) 2021-05-08 05:29:03 +0200
  • cc4e23d96c
    fix: remove Windows issue from README.md (#675) Ryan (hackercat) 2021-05-06 22:16:24 +0200
  • a6a865e973
    fix: replace gopass lib with golang.org/x/term (#674) Ryan (hackercat) 2021-05-06 22:13:14 +0200
  • a144e71a1b
    Add various GitHub environment variables (#604) Josh Soref 2021-05-06 16:02:29 -0400
  • a07cb440c2
    Write git clone progress only if terminal is a TTY (#670) Markus Wolf 2021-05-06 15:55:23 +0200
  • 37a98f134a
    feat: add go install instruction (#672) Ryan (hackercat) 2021-05-06 15:43:50 +0200
  • 92eec3a526
    $GITHUB_PATH support (#566) Torbjørn Vatn 2021-05-06 15:30:12 +0200
  • 8153dc92e5
    Fix environment variables and move envs.txt/event.json to fixed location (#667) Ryan (hackercat) 2021-05-06 01:11:43 +0200
  • aba4fec0ee
    Fixes #598 (#628) Renstrom 2021-05-05 22:04:03 +0200
  • 596e518fe9
    Update codecov.yml Casey Lee 2021-05-05 09:48:50 -0700
  • 0c4374ec41
    GitHub Enterprise support (#658) Björn Brauer 2021-05-05 18:42:34 +0200
  • 710a3ac94c
    Add custom docker registry authentication (#665) Markus Wolf 2021-05-05 18:37:17 +0200
  • 616d7fcaeb
    Remove pwsh -login and add Pwsh test (#660) Justin Grote 2021-05-04 22:57:33 -0700
  • e79379cfaa
    Mergify: configuration update (#663) Casey Lee 2021-05-04 22:45:34 -0700
  • 314a80b502
    Mergify: configuration update (#662) Casey Lee 2021-05-04 22:38:14 -0700
  • f4b3cfea67
    Mergify: configuration update (#661) Casey Lee 2021-05-04 22:33:24 -0700
  • fd1166b9ed
    Mergify: configuration update (#659) Casey Lee 2021-05-04 14:57:33 -0700
  • 0f049426f6
    Separate Container Workdir from host Workdir (#635) Justin Grote 2021-05-04 14:50:35 -0700
  • 020d6a6083
    Composite action (#608) Josh Soref 2021-05-03 17:57:46 -0400
  • cec63488f3
    Add super-linter + fix lint issues (#650) Ryan (hackercat) 2021-05-03 18:52:03 +0200
  • 3db3d416e3
    Fixes Issue #597 (#637) Renstrom 2021-05-03 18:51:48 +0200
  • 780f60a1e6
    fix: ignore act binary built when using make (#654) Ryan (hackercat) 2021-05-03 17:26:12 +0200
  • cc3e7aeaf2
    GitHub Event Path #542 (#605) Josh Soref 2021-05-03 11:02:26 -0400
  • 806bc4d999
    refactor: NewWorkflowPlanner (#648) Ryan (hackercat) 2021-05-03 16:57:24 +0200
  • b04d762614
    feat: Don't push pkg/runner/act/ where actions cache is stored (#620) Ryan (hackercat) 2021-05-03 16:54:51 +0200
  • 08141f5b00
    fix: update readme with more relevant/updated information (#630) Ryan (hackercat) 2021-05-03 16:41:30 +0200
  • 7ae9916de0
    Add option to allow files/directories in .gitignore to be copied to container (#537) Ryan (hackercat) 2021-05-03 16:37:20 +0200
  • ea7503bc25
    Prefer go-git to find the reference name (#633) Robert Stupp 2021-05-03 16:32:00 +0200
  • f32babb51d
    fix: reworked container architecture (#619) Ryan (hackercat) 2021-05-02 17:15:13 +0200
  • 3e768cd916
    feat: Speeding up workflows (#643) Ryan (hackercat) 2021-05-02 17:13:30 +0200
  • f56b21f6c3
    Add nektos/act to awesome-runner curated list (#624) Johannes Nicolai 2021-04-18 18:53:54 +0200
  • 010e459e95
    Clean the repository cache if it is in incomplete state (#595) KADOTA, Kyohei 2021-04-06 22:43:02 +0900
  • 465fbba7d1
    Handle tagless versions (#606) Josh Soref 2021-04-05 11:53:06 -0400
  • 4125812a63
    Refactor .actrc locations and default image survey (#600) hackercat 2021-04-05 17:51:13 +0200
  • 47e1ba1b55
    Go 1.16 is required since 5752a03dc (#601) Josh McSavaney 2021-04-03 22:34:12 -0400
  • b9a7bc6202
    Add support for composite actions (#514) Mark DeLillo 2021-04-02 16:40:44 -0400
  • 94d736a602
    fix: fail workflow if the job name is invalid (#596) hackercat 2021-04-02 16:01:45 +0200
  • 5044ec6c43
    fix: remove HOME env var (#594) hackercat 2021-04-01 23:01:01 +0200
  • 25779af4bf
    fix: return error if both run:/uses: keys are used (#593) hackercat 2021-04-01 20:36:41 +0200
  • 5752a03dcd
    Support running commands in repositories without action.yaml (#293) Josh Soref 2021-03-30 15:26:25 -0400
  • d67e282f68
    use container image platform only on docker 1.41+ (#591) Jay Pipes 2021-03-30 13:10:42 -0400
  • 737dfaff3d
    Merge branch 'master' of github.com:nektos/act Casey Lee 2021-03-29 10:22:50 -0700
  • aaaa89532a
    Update CODEOWNERS to use 'act-maintainers' team Casey Lee 2021-03-29 10:22:25 -0700
  • 957b8ad76d
    Update Shell Tasks to match ScriptHandlerHelpers (#575) Justin Grote 2021-03-29 10:06:51 -0700
  • c27ef0a65c
    update to codecov version Casey Lee 2021-03-29 09:07:13 -0700
  • 780a8a061c
    fix: use new platforms after survey, check working dir for .actrc (#577) hackercat 2021-03-29 16:58:00 +0200
  • f5a02581c2
    Add code testing on MacOS (#563) hackercat 2021-03-29 16:55:51 +0200
  • af5140f13e
    Merge branch 'master' of github.com:nektos/act Casey Lee 2021-03-28 22:34:03 -0700
  • 345c652e75
    add status checks Casey Lee 2021-03-28 22:28:45 -0700
  • 2825449c7f
    add codecov integration (#585) Casey Lee 2021-03-28 22:15:56 -0700
  • 69018f36d3
    include past tags when releasing Casey Lee 2021-03-28 22:11:42 -0700
  • f58fbc0dff
    add codecov integration Casey Lee 2021-03-28 22:02:11 -0700
  • 72f2d2de51
    fix: update ubuntu-latest to point to ubuntu-20.04 (#580) hackercat 2021-03-29 06:47:07 +0200
  • 29b3d43988
    fix: hardcode ubuntu-latest for ImageOS envvar (#579) hackercat 2021-03-29 06:46:09 +0200
  • f3b53d8eca
    fix: pass sc.Env through common.Logger to hide secrets (#578) hackercat 2021-03-29 06:45:07 +0200
  • da07324779
    CI: Add snapshot artifacts to PR builds (#574) Justin Grote 2021-03-28 21:38:28 -0700
  • b438b836ea
    fix: invoke login shells to source /etc/environment (#570) hackercat 2021-03-29 06:35:01 +0200
  • 6cde8f64dc
    use project dir instead of /github/workspace (#567) rockandska 2021-03-29 06:32:45 +0200
  • 6c258cf40d
    Add option to run custom architecture (container platform) (#525) hackercat 2021-03-29 06:08:40 +0200
  • 41b03b581c
    fix: add ImageOS env var based on running platform (#571) hackercat 2021-03-18 01:14:08 +0100
  • 09679f0156
    Update test workflows and improve expression_test.go/run_context_test.go (#560) hackercat 2021-03-13 01:25:10 +0100
  • eb2774275f
    Fix tests on Windows (#562) hackercat 2021-03-13 01:23:03 +0100
  • f29b1f2523
    Add more context to MODULE_NOT_FOUND errors and how to fix it (#552) Alfredo Deza 2021-03-12 19:15:27 -0500
  • 8de7b956b7
    Add --userns flag to support Docker daemon that enables user namespace (#533) Hibariya 2021-02-28 01:31:25 +0900
  • 6c118fe9ad
    #534 feat: step continues when continue-on-error is ture (#544) Horimatsu Takuya 2021-02-26 01:55:07 +0900
  • 14c06ee5e4
    enable to resolve commit hash in uses (#530) Shin Uozumi 2021-02-24 02:50:28 +0900
  • 34dc2dc15c
    Update Docker images (#524) hackercat 2021-02-23 18:49:24 +0100
  • 475a6aa1d0
    properly parse arguments to Docker container steps (#539) Kamil Domański 2021-02-23 18:47:06 +0100
  • c4f1f3a1cf
    Fix link to issue #97 in README.md (#541) Johannes Nicolai 2021-02-23 18:45:28 +0100
  • 9bf37fb868
    Fix indent with go fmt (#531) Shin Uozumi 2021-02-18 04:47:59 +0900
  • 60669808a4
    Removed pipefail from bash shell execution to match GitHub Actions (#529) Andrew Gee 2021-02-12 16:28:26 +0000
  • 661aa08235
    Add GitHub issue templates (#512) Cat™ 2021-02-08 18:15:51 +0100
  • 316b078f8c
    Shouldn't rewrite dot in a string to index syntax (#502) KADOTA, Kyohei 2021-02-09 02:14:12 +0900
  • fc46f506e3
    Update README.md/cmd/root.go with additional information (#523) Cat™ 2021-02-08 18:12:57 +0100
  • ec6b1624c0
    Fix choco Dockerfile (#515) Cat™ 2021-02-03 20:12:15 +0100
  • eca1b9c478
    Add lacking environment variables. (#513) Taiju Muto 2021-02-01 14:59:51 +0900
  • 8339f4b404
    Interpolate with: inputs (#511) Cat™ 2021-01-31 02:43:11 +0100
  • 22d56c3517
    fix: --version, --help do not need check platform config (#508) Owen Young 2021-01-29 22:40:13 +0800
  • 56ec36726b
    Fix Cartesian product to return empty set if empty set is given (#503) Ed 2021-01-23 17:55:54 -0500
  • 2d1a946fb1
    Throw an error if the steps has a invalid uses directive (#500) KADOTA, Kyohei 2021-01-24 01:07:28 +0900
  • e37b42a333
    Print error with workflow/job information when runs-on key is not defined (#494) Cat™ 2021-01-21 14:02:48 +0000
  • 719a077b7c
    Stop current execution if there is the invalid syntax in the workflow (#495) KADOTA, Kyohei 2021-01-21 23:00:33 +0900
  • b424a785e3
    Load .secrets file as default (#488) Cat™ 2021-01-19 14:31:46 +0000
  • 6130460c40
    Add survey during first run for a default image (#483) Cat™ 2021-01-19 14:30:17 +0000