Skip to content

Commit b62948f

Browse files
committed
Use code from main
1 parent f5abcad commit b62948f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
gcloud auth activate-service-account --key-file ${{ steps.auth.outputs.credentials_file_path }}
4343
- id: create-runner
44-
uses: gitpod-io/gce-github-runner@delete-secrets
44+
uses: gitpod-io/gce-github-runner@main
4545
with:
4646
runner_token: ${{ secrets.runner_token }}
4747
task: ${{ inputs.task }}

0 commit comments

Comments
 (0)