We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702aad8 commit 750ba0aCopy full SHA for 750ba0a
.github/workflows/get-a-github-vm.yaml
@@ -7,11 +7,14 @@ on:
7
- main
8
repository_dispatch:
9
types: [run]
10
+ workflow_dispatch:
11
jobs:
12
run:
13
runs-on: ubuntu-latest
14
if: github.actor == github.event.repository.owner.login
15
steps:
16
+ - run: echo "event name is:" ${{ github.event_name }}
17
+ - run: echo "event type is:" ${{ github.event.action }}
18
- name: Print Env
19
env:
20
GITHUB: ${{ toJSON(github) }}
0 commit comments