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