v0.6.0
Changes
- feat: SKIP_TLS_CERT_VALIDATION=true env var by @ChristopherHX in #93
- Adjust RunnerJobRequest support by @ChristopherHX in #99
- fix: logger crash by @ChristopherHX in #97
- Add websocket trace by @ChristopherHX in #98
- use https for debian repo and fetching keys by @igagis in #101
- feat: api server support by @ChristopherHX in #94
- fix: infinite connectiondata loop by @ChristopherHX in #95
- Update actions-runner-worker.ps1 to convert exit code correctly by @ChristopherHX in #108
- 0.6.x dev by @ChristopherHX in #111
- Allow direct runner interaction in deb package by @ChristopherHX in #112
- fix "Failed to delete active session" after ctrl+c by @ChristopherHX in #113
- Partially Impl_results_service api by @ChristopherHX in #103
- add run service structs by @ChristopherHX in #117
- add run annotation struct by @ChristopherHX in #116
- fix add-mask command by @ChristopherHX in #114
- Remove old android dns fix ci code by @ChristopherHX in #104
- fix VssConnection by @ChristopherHX in #118
- fix results package by @ChristopherHX in #119
- Use predefined step ids by @ChristopherHX in #120
- Move some structs from results to run by @ChristopherHX in #122
- Refactor by @ChristopherHX in #123
- Changes to default shells by @ChristopherHX in #124
- add Authorization type by @ChristopherHX in #121
- Use git clone if using RunnerJobRequest by @ChristopherHX in #125
- send step results and annotation on job completed (run service) by @ChristopherHX in #126
- GITHUB_ACT_RUNNER_DOWNLOAD_ACTIONS_VIA_GIT config by @ChristopherHX in #127
- resolve and download actions via launch service by @ChristopherHX in #128
- Update known limitations by @ChristopherHX in #129
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.