Skip to content

Commit 750ba0a

Browse files
committed
test
Signed-off-by: Nic <[email protected]>
1 parent 702aad8 commit 750ba0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ on:
77
- main
88
repository_dispatch:
99
types: [run]
10+
workflow_dispatch:
1011
jobs:
1112
run:
1213
runs-on: ubuntu-latest
1314
if: github.actor == github.event.repository.owner.login
1415
steps:
16+
- run: echo "event name is:" ${{ github.event_name }}
17+
- run: echo "event type is:" ${{ github.event.action }}
1518
- name: Print Env
1619
env:
1720
GITHUB: ${{ toJSON(github) }}

0 commit comments

Comments
 (0)