Skip to content

Commit 8aad8da

Browse files
committed
test
Signed-off-by: Nic <[email protected]>
1 parent bd519a2 commit 8aad8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/get-a-github-vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.actor == github.event.repository.owner.login
1515
steps:
1616
- name: test
17-
if: ${{ github.event_name != "workflow_dispatch" }}
17+
if: ${{ github.event_name != 'workflow_dispatch' }}
1818
run: echo "event is not workflow_dispatch"
1919
- name: Print Env
2020
env:

0 commit comments

Comments
 (0)