Skip to content

Commit

Permalink
fix: spot refcount (#5746)
Browse files Browse the repository at this point in the history
now that it is not ALWAYS shutting done, it has a bad exit code, fix.
AztecProtocol/ec2-action-builder@058abf0
  • Loading branch information
ludamad committed Apr 13, 2024
1 parent 4d754aa commit 9e18444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Start EC2 runner
uses: AztecProtocol/ec2-action-builder@v0.5
uses: AztecProtocol/ec2-action-builder@v0.6
with:
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 9e18444

Please sign in to comment.