Skip to content

v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jan 21:20
Immutable release. Only release title and notes can be modified.
c934667

Changes

  • Update act, expression interpreter has been rewritten
  • feat: case expression function support ${{ case(0 == 1, 'otherwise', '' }}

Using your self hosted runner

Download and extract the self-hosted runner artifact for your system, then follow the official Documentation (follow the linux instruction if your system isn't listed).

If your system doesn't have bash installed and isn't windows then:

replace with
./config.sh ./github-act-runner configure
./config.sh remove ./github-act-runner remove
./run.sh ./github-act-runner run

The runner configuration is saved in / loaded from your current working directory, while using the github-act-runner command directly.