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 b4d2557 commit 16fd85fCopy full SHA for 16fd85f
.github/workflows/stage-4-acceptance.yaml
@@ -17,6 +17,12 @@ jobs:
17
run: |
18
echo number${{ github.event.number }}
19
echo action${{ github.event.action }}
20
+ echo pull_request${{ github.event.pull_request }}
21
+ echo push${{ github.event.push }}
22
+ echo issue${{ github.event.issue }}
23
+ echo workflow${{ github.workflow }}
24
+ echo ref${{ github.ref }}
25
+ echo repository${{ github.repository }}
26
echo id${{ github.event.id }}
27
echo event${{ github.event }}
28
echo github${{ github }}
0 commit comments