Skip to content

Commit 107aa16

Browse files
update ec2-github-runner with latest github runner
1 parent bf68de4 commit 107aa16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bs_electron_ci_ec2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Start EC2 runner
5555
id: start-ec2-runner
56-
uses: brightsign/ec2-github-runner@0fa8b183dd4124fd191ccdbc48b68f0ea46a9634
56+
uses: brightsign/ec2-github-runner@7f6e5602f20b731bdc05e6b22d73bb7d13995f8f
5757
with:
5858
mode: start
5959
github-app-private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -98,11 +98,11 @@ jobs:
9898
aws-region: ${{ inputs.aws_region }}
9999

100100
- name: Stop EC2 runner
101-
uses: brightsign/ec2-github-runner@0fa8b183dd4124fd191ccdbc48b68f0ea46a9634
101+
uses: brightsign/ec2-github-runner@7f6e5602f20b731bdc05e6b22d73bb7d13995f8f
102102
with:
103103
mode: stop
104104
github-app-private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
105105
github-app-id: 287690
106106
label: ${{ needs.start-runner.outputs.label }}
107107
ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }}
108-
leave-ec2-instance-running: ${{ inputs.leave_ec2_instance_running }}
108+
leave-ec2-instance-running: ${{ inputs.leave_ec2_instance_running }}

0 commit comments

Comments
 (0)