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.
2 parents 614bb58 + cadce95 commit 20d0541Copy full SHA for 20d0541
1 file changed
.github/actions/show-workflow-trigger/action.yml
@@ -5,7 +5,7 @@ runs:
5
using: "composite"
6
steps:
7
- name: Print trigger info
8
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
9
with:
10
script: |
11
const eventName = context.eventName;
0 commit comments