Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/02-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: extract

- name: 📛 Get repo name
uses: actions/github-script@v7
uses: actions/github-script@v8
id: repo-name
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: ⌚ Update PRs
id: update-prs
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
# deactivated this for the moment, as it probably doesn't make any sense on GitHub.com with our limited runners
Expand Down
Loading