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 2632882 commit 047a51eCopy full SHA for 047a51e
.github/workflows/update-readme.yml
@@ -29,7 +29,7 @@ jobs:
29
- run: npm ci
30
- name: Get inputs markdown
31
id: get_inputs_markdown
32
- uses: actions/github-script@v6.3.3
+ uses: actions/github-script@v6.4.0
33
env:
34
HEAD_REF: ${{github.event.pull_request.head.ref || github.head_ref}}
35
with:
action.yml
@@ -8,7 +8,7 @@ inputs:
8
runs:
9
using: "composite"
10
steps:
11
- - uses: actions/github-script@v6.3.3
+ - uses: actions/github-script@v6.4.0
12
13
github-token: ${{inputs.github-token}}
14
script: |
0 commit comments