Skip to content

Commit 22db152

Browse files
authored
Use patched version. (#9466)
Due to actions/runner#1605, all our builds are failing. This changes pins us to machulav/ec2-github-runner#88 until a more stable solution is available. Either the upstream action merges this in and we bump our version, or Github reverts their breaking change.
1 parent 9b1ed03 commit 22db152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/start-aws-runner/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
aws-region: us-east-2
4141
- name: Start EC2 runner
4242
id: start-ec2-runner
43-
uses: machulav/ec2-github-runner@v2.3.0
43+
uses: skyzh/ec2-github-runner@ba2298a67875dfdd29a88fafbc1ba27f4f94af39
4444
with:
4545
mode: start
4646
github-token: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)