mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
raw urls
This commit is contained in:
@@ -16,11 +16,11 @@ export RUNNER_CFG_PAT=yourPAT
|
|||||||
|
|
||||||
Repo level one liner; replace yourorg/yourrepo
|
Repo level one liner; replace yourorg/yourrepo
|
||||||
```bash
|
```bash
|
||||||
curl https://github.com/actions/runner/blob/automate/scripts/latest-svc.sh | bash -s yourorg/yourrepo
|
curl https://raw.githubusercontent.com/actions/runner/automate/scripts/latest-svc.sh | bash -s yourorg/yourrepo
|
||||||
```
|
```
|
||||||
|
|
||||||
Org level one liner; replace yourorg
|
Org level one liner; replace yourorg
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://github.com/actions/runner/blob/automate/scripts/latest-svc.sh | bash -s yourorg
|
curl https://raw.githubusercontent.com/actions/runner/automate/scripts/latest-svc.sh | bash -s yourorg
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user