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 ecc0d9c + 0e7eb71 commit 8479da6Copy full SHA for 8479da6
1 file changed
.github/workflows/generate-e-books.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: Add a comment with a link to the generated artifacts.
45
# For forked PRs the token is read-only; skip commenting to avoid failures.
46
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
47
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
48
env:
49
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
50
with:
0 commit comments