Skip to content

Commit

Permalink
Merge pull request #2 from eliasscosta/patch-1
Browse files Browse the repository at this point in the history
chore: fix run runner
  • Loading branch information
eliasscosta authored Jul 2, 2024
2 parents 1ab44ab + d78fe07 commit 030ff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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

0 comments on commit 030ff48

Please sign in to comment.