Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npm install unzipper@0.10

- name: Get pull request number
uses: actions/github-script@v7
uses: actions/github-script@v8
id: pull-request-number
with:
result-encoding: string
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: netlify deploy --dir=dist --alias=deploy-preview-${{steps.pull-request-number.outputs.result}}

- name: Add comment to pull request
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const pullRequestNumber = parseInt(${{steps.pull-request-number.outputs.result}}, 10);
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
}

- name: Clean up artifact
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
result-encoding: string
script: |
Expand Down