We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613170f commit ccecfd5Copy full SHA for ccecfd5
1 file changed
action.yaml
@@ -25,7 +25,7 @@ runs:
25
steps:
26
- name: Normalize URL and fetch ID token
27
id: prepare
28
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
29
with:
30
debug: false
31
script: |
0 commit comments