Skip to content

Commit 5f0da43

Browse files
authored
Fix event name logging in GitHub Actions workflow
1 parent fbe74eb commit 5f0da43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/github-script@main
4848
with:
4949
script: |
50-
console.log(context.payload.eventName);
50+
console.log(context.eventName);
5151
# - uses: actions/checkout@main
5252
# with:
5353
# repository: xenia-canary/xenia-canary

0 commit comments

Comments
 (0)