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 b6d3540 commit d430b30Copy full SHA for d430b30
.github/workflows/update-readme.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Get inputs markdown
32
id: get_inputs_markdown
33
if: github.event_name != 'pull_request' || github.event.action != 'closed'
34
- uses: actions/github-script@v6.4.1
+ uses: actions/github-script@v7.0.0
35
env:
36
HEAD_REF: ${{github.event.pull_request.head.ref || github.head_ref}}
37
with:
action.yml
@@ -8,7 +8,7 @@ inputs:
8
runs:
9
using: "composite"
10
steps:
11
- - uses: actions/github-script@v6.4.1
+ - uses: actions/github-script@v7.0.0
12
13
github-token: ${{inputs.github-token}}
14
script: |
0 commit comments