diff --git a/docs/automate.md b/docs/automate.md index 996700a22..ef0952439 100644 --- a/docs/automate.md +++ b/docs/automate.md @@ -16,11 +16,11 @@ export RUNNER_CFG_PAT=yourPAT Repo level one liner; replace yourorg/yourrepo ```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 ```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 ```