Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/99-add-url-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: 📡 Add comment
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const body = `🔭🐙🐈 Test this branch here: https://${context.repo.owner}.github.io/${context.repo.repo}/review/${context.payload.pull_request.head.ref}`;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/99-auto-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: ↔ Create Pull Request
uses: actions/github-script@v7
uses: actions/github-script@v8
id: create-pr
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: 🗑️ Clean all preview pages
id: cleanup
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
result-encoding: json
script: |
Expand Down
Loading