Skip to content

Commit

Permalink
remove ephemeral and replace flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 8, 2024
1 parent f331595 commit 511cd5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions github-runner-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ REGISTRATION_TOKEN="$(curl -X POST -fsSL \
--url $REPO_URL \
--token $REGISTRATION_TOKEN \
--unattended \
--ephemeral \
--disableupdate \
--replace
--disableupdate
# --replace
# --ephemeral \

# export GITHUB_PAT=_REDACTED_
# export REGISTRATION_TOKEN=_REDACTED_
Expand Down

0 comments on commit 511cd5a

Please sign in to comment.