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 08e47b9 commit 4f05da2Copy full SHA for 4f05da2
.github/workflows/main.yml
@@ -19,9 +19,8 @@ jobs:
19
steps:
20
- name: Print event context
21
run: |
22
- echo "Event action: ${GITHUB_EVENT_ACTION}"
23
- echo "Event ref type: ${GITHUB_EVENT_REF_TYPE}"
24
- echo "Event branch: ${GITHUB_EVENT_BRANCH}"
+ echo "Event action: ${{ github.event_name }}"
+ echo "Event type: ${{ github.event.action }}"
25
- name: Checkout Repository
26
uses: actions/checkout@v2
27
0 commit comments