We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd0086f + 4fda05e commit 7b804aaCopy full SHA for 7b804aa
1 file changed
.github/workflows/preview.yml
@@ -31,7 +31,7 @@ jobs:
31
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
32
run: surge ./output petrsvihlik-pr-${{ github.event.pull_request.number }}.surge.sh
33
- name: Post preview URL comment
34
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
35
with:
36
script: |
37
const url = 'https://petrsvihlik-pr-${{ github.event.pull_request.number }}.surge.sh';
0 commit comments