Skip to content

Commit 5bd6c10

Browse files
ForwardSlashBackForwardSlashBack
ForwardSlashBack
and
ForwardSlashBack
authoredMar 25, 2024··
fix: add reference to CI workflow to fix error (#839)
Co-authored-by: ForwardSlashBack <ForwardSlashBack@users.noreply.github.com>
1 parent 17ce339 commit 5bd6c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/runner-start.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
repository: icon-project/ibc-relay
4141
- name: Start EC2 instance
4242
id: start
43-
uses: machulav/ec2-github-runner
43+
uses: machulav/ec2-github-runner@v2
4444
with:
4545
mode: start
4646
github-token: ${{ secrets.GH_RUNNER_PAT }}
@@ -49,4 +49,4 @@ jobs:
4949
subnet-id: subnet-f1fcd4df
5050
security-group-id: sg-03cb8034e27e1caeb
5151
pre-runner-script: |
52-
./build.sh ${{ inputs.relayer_version == '' && steps.relay.outputs.release || inputs.relayer_version }}
52+
./build.sh ${{ inputs.relayer_version == '' && steps.relay.outputs.release || inputs.relayer_version }}

0 commit comments

Comments
 (0)
Please sign in to comment.