Skip to content

Releases: nektos/act

v0.2.12

28 Aug 19:36
85f89e1
Compare
Choose a tag to compare

Changelog

85f89e1 fix docker build issue on windows

v0.2.10

23 Jun 19:03
7cc6687
Compare
Choose a tag to compare

Changelog

  • remove .gitignore before docker cp (#288)
  • Pull latest changes from ref using cached repo (#267)
  • Change -W command to accept a single file
  • Fix container volumes being reused sometimes (#283)

v0.2.9

26 May 15:45
c46ba93
Compare
Choose a tag to compare

Changelog

  • Update brand name for macOS (#252)
  • Fix node12 handling (#243)
  • Markup for runners (#241)
  • Mask secrets in job output (#231)
  • Add support for changing GITHUB_ACTOR (#229)
  • Support envs in conditionals (#225)
  • Implement UnmarshalYAML for ActionRunsUsing (#223)
  • Support SSH for DOCKER_HOST (#207)
  • Bug with Runs.Using (normalize casing) #222
  • Default error case for Runs.using (#221)

v0.2.8

24 Apr 21:58
a48cce3
Compare
Choose a tag to compare

Changelog

a48cce3 fix: #170 add RUNNER_TEMP

v0.2.7

14 Mar 07:22
f5e67f2
Compare
Choose a tag to compare

Changelog

  • fix #134 - support env context in steps and include base_ref & head_ref
  • merge #135 - bump golang to 1.14
  • fix #141 - use host network to match GH Actions
  • fix #122 - support actions/checkout for other repos
  • fix #132 - add chocolatey install
  • fix #50 - exclude everything in .gitignore
  • c439a6f - support nested expressions
  • 3baf626 - include file mode/mod_time when cp into container
  • fix #149 - support step.working-directory
  • fix #150 - disable dryrun in git clone

v0.2.6

06 Mar 20:37
4fde7d8
Compare
Choose a tag to compare

Changelog

  • fix #121 and #123 - add support for reading env variables from .env (#133)
  • fix #127 - force eval as a boolean (#131)
  • fix #128: guard against empty actionName when 'uses: ./' (#130)
  • fix #108 - ensure container names are unique for matrix runs
  • fix #117 - handle whitespace in actrc secrets (#118)
  • fix #115 - support toJson and toJSON (#116)

v0.2.5

28 Feb 17:42
45839d6
Compare
Choose a tag to compare

Changelog

45839d6 manage stale issues in GH actions
fix #110 - support path in action (#111)
fix #108 - support matrix expressions in job name (#109)

v0.2.4

25 Feb 17:28
76ecede
Compare
Choose a tag to compare

Changelog

fix #102 - add support for windows
fix #100 - update support of toolchain cache

v0.2.3

25 Feb 07:08
ead2ab4
Compare
Choose a tag to compare

🎉🎉🎉Act now officially supports GitHub Actions 2 🎉🎉🎉

Changelog

fix #74 - support github actions v2
fix #95 - change ports to array of strings
fix #96 - make build creates local act binary
fix #86 - job container/volume reused for all steps
fix #70 - use :delegated to speed-up containers
fix #21 - option to control if workdir is bind
fix #99 - allow container to be string or map
fix #95 - properly parse port as strings
fix #89 - support .actrc files

v0.2.2

25 Feb 01:56
0f796ff
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Changelog

0f796ff Merge pull request #98 from nektos/ISS-86