Skip to content

Commit 60b256b

Browse files
committed
Improve names
1 parent 6779e76 commit 60b256b

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
@@ -1,4 +1,4 @@
1-
name: Create ephemeral GCE VM
1+
name: Create GCE VM
22

33
on:
44
workflow_call:
@@ -20,6 +20,7 @@ on:
2020

2121
jobs:
2222
run:
23+
name: Create GCE VM
2324
runs-on: ubuntu-latest
2425
outputs:
2526
label: ${{ steps.create-runner.outputs.label }}

0 commit comments

Comments
 (0)