Skip to content

Commit 08e47b9

Browse files
authored
Update main.yml
1 parent dbbc654 commit 08e47b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
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}"
2025
- name: Checkout Repository
2126
uses: actions/checkout@v2
2227

0 commit comments

Comments
 (0)