Skip to content

Commit

Permalink
Update README.md to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rootfs authored Nov 6, 2024
1 parent 4df6feb commit bbc701c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Create Runner
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v1
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@main
id: create-runner
with:
action: "create"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- name: unregister runner
id: unregister
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v1
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@main
with:
action: "unregister"
runner_name: ${{ needs.setup-runner.outputs.runner_name }}
Expand All @@ -86,7 +86,7 @@ jobs:

- name: terminate instance
id: terminate
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v1
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@main
with:
action: "terminate"
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit bbc701c

Please sign in to comment.