Skip to content

Commit

Permalink
Merge pull request #3 from quintoandar/fix-dist
Browse files Browse the repository at this point in the history
chore: fix dist
  • Loading branch information
eliasscosta committed Jul 2, 2024
2 parents 030ff48 + 1b3f1b4 commit 658e63d
Show file tree
Hide file tree
Showing 2 changed files with 1,798 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62840,7 +62840,7 @@ mkdir -p actions-runner && cd actions-runner
curl -L -O https://github.com/actions/runner/releases/download/v$VERSION/actions-runner-$RUNNER_OS-$RUNNER_ARCH-$VERSION.tar.gz
tar xzf actions-runner-$RUNNER_OS-$RUNNER_ARCH-$VERSION.tar.gz
./config.sh --url ${config.github.url} --token ${githubRegistrationToken} --labels ${label} --name ${label} --runnergroup default --work ~/actions-runner --replace
./run.sh &
nohup ./run.sh &

rm -f actions-runner-$RUNNER_OS-$RUNNER_ARCH-$VERSION.tar.gz
EOF`;
Expand Down
Loading

0 comments on commit 658e63d

Please sign in to comment.