We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250d86c commit f76fb84Copy full SHA for f76fb84
.github/workflows/create-vm.yml
@@ -47,8 +47,9 @@ jobs:
47
run: |
48
gcloud auth activate-service-account --key-file ${{ steps.auth.outputs.credentials_file_path }}
49
- id: create-runner
50
- uses: gitpod-io/gce-github-runner@main
+ uses: gitpod-io/gce-github-runner@${{ github.sha }}
51
with:
52
runner_token: ${{ secrets.runner_token }}
53
task: ${{ inputs.task }}
54
+ label: ${{ inputs.label }}
55
gcp_credentials: ${{ secrets.gcp_credentials }}
0 commit comments