Skip to content

Commit

Permalink
Use patched version. (airbytehq#9466)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davinchia authored Jan 13, 2022
1 parent 9b1ed03 commit 22db152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/start-aws-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
aws-region: us-east-2
- name: Start EC2 runner
id: start-ec2-runner
uses: machulav/ec2-github-runner@v2.3.0
uses: skyzh/ec2-github-runner@ba2298a67875dfdd29a88fafbc1ba27f4f94af39
with:
mode: start
github-token: ${{ inputs.github-token }}
Expand Down

0 comments on commit 22db152

Please sign in to comment.