File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Create Runner
31- uses : sustainable-computing-io/aws_ec2_self_hosted_runner@v1
31+ uses : sustainable-computing-io/aws_ec2_self_hosted_runner@main
3232 id : create-runner
3333 with :
3434 action : " create"
7777 steps :
7878 - name : unregister runner
7979 id : unregister
80- uses : sustainable-computing-io/aws_ec2_self_hosted_runner@v1
80+ uses : sustainable-computing-io/aws_ec2_self_hosted_runner@main
8181 with :
8282 action : " unregister"
8383 runner_name : ${{ needs.setup-runner.outputs.runner_name }}
8686
8787 - name : terminate instance
8888 id : terminate
89- uses : sustainable-computing-io/aws_ec2_self_hosted_runner@v1
89+ uses : sustainable-computing-io/aws_ec2_self_hosted_runner@main
9090 with :
9191 action : " terminate"
9292 aws_access_key_id : ${{ secrets.AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments