Features
- Template evaluation in action.yml (#56)
- Add inputs for container action, more cleanup, more l0 tests. (#58)
- Allow expression for step continue-on-error and step timeout (#61)
Bugs
- Fix working folder for hosted linux/mac pool (#63)
- Error when using container action on linux (#65)
- Action log clean up. (#60)
- Disable Debug by default, add ACTIONS_STEP_DEBUG to enable (#64)
Misc
- N/A
Agent Downloads
Package | |
---|---|
Windows x64 | actions-runner-win-x64-2.156.1.zip |
macOS | actions-runner-osx-x64-2.156.1.tar.gz |
Linux x64 | actions-runner-linux-x64-2.156.1.tar.gz |
After Download:
Windows x64
C:\> mkdir myagent && cd myagent
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\actions-runner-win-x64-2.156.1.zip", "$PWD")
OSX
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/actions-runner-osx-x64-2.156.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/actions-runner-linux-x64-2.156.1.tar.gz