Skip to content

Commit

Permalink
fix a path
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Sep 21, 2023
1 parent c3d449f commit e05f39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-runner-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ REGISTRATION_TOKEN="$(curl -X POST -fsSL \
"$REGISTRATION_TOKEN_API_URL" \
| jq -r '.token')"

./config.sh --url $GITHUB_REPOSITORY --token $REGISTRATION_TOKEN --unattended --ephemeral --disableupdate && ./run.sh
./actions-runner/config.sh --url $GITHUB_REPOSITORY --token $REGISTRATION_TOKEN --unattended --ephemeral --disableupdate && ./actions-runner/run.sh

0 comments on commit e05f39d

Please sign in to comment.