We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdefd3 commit 8e49638Copy full SHA for 8e49638
.github/workflows/Documentation.yml
@@ -30,7 +30,7 @@ jobs:
30
run: julia --project=docs/ docs/make.jl
31
- name: Make comment with preview link
32
if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened'}}
33
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
34
with:
35
script: |
36
github.rest.issues.createComment({
0 commit comments