Skip to content

Commit f76fb84

Browse files
committed
Fix
1 parent 250d86c commit f76fb84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-vm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
run: |
4848
gcloud auth activate-service-account --key-file ${{ steps.auth.outputs.credentials_file_path }}
4949
- id: create-runner
50-
uses: gitpod-io/gce-github-runner@main
50+
uses: gitpod-io/gce-github-runner@${{ github.sha }}
5151
with:
5252
runner_token: ${{ secrets.runner_token }}
5353
task: ${{ inputs.task }}
54+
label: ${{ inputs.label }}
5455
gcp_credentials: ${{ secrets.gcp_credentials }}

0 commit comments

Comments
 (0)