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 2285d91 + 8a62111 commit 5cd65b4Copy full SHA for 5cd65b4
.github/workflows/publish-docs.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Get released workflow run id
26
id: released-workflow
27
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
28
with:
29
script: |
30
let res = await github.rest.actions.listWorkflowRuns({
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Get latest workflow run id
40
id: latest-workflow
41
42
43
44
0 commit comments