v0.7.0
Changes
- [BREAKING] Update act and minor version to 0.7 by @ChristopherHX in #181
- Test service container with sleep by @ChristopherHX in #182
- Fix silly "runner remove" error
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.