Skip to content

Commit 6808131

Browse files
committed
Revert "Update README.md"
This reverts commit 7c6ee5c.
1 parent 7c6ee5c commit 6808131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
aws-region: ${{ secrets.AWS_REGION }}
269269
- name: Start EC2 runner
270270
id: start-ec2-runner
271-
uses: machulav/ec2-github-runner@v2.4.2 # Or the latest version we're on
271+
uses: machulav/ec2-github-runner@v2
272272
with:
273273
mode: start
274274
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -308,7 +308,7 @@ jobs:
308308
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
309309
aws-region: ${{ secrets.AWS_REGION }}
310310
- name: Stop EC2 runner
311-
uses: machulav/ec2-github-runner@v2.4.2 # Or the latest version we're on
311+
uses: machulav/ec2-github-runner@v2
312312
with:
313313
mode: stop
314314
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)