Skip to content

Commit 96dc165

Browse files
committed
Fix task name
1 parent 3f4b9fc commit 96dc165

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
@@ -40,5 +40,5 @@ jobs:
4040
uses: gitpod-io/gce-github-runner@secrets
4141
with:
4242
runner_token: ${{ secrets.runner_token }}
43-
default: ${{ inputs.default }}
43+
task: ${{ inputs.task }}
4444

0 commit comments

Comments
 (0)