Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII authored Jul 4, 2024
1 parent ab3b762 commit 307f330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
permissions:
pull-requests: write # allow surge-preview to create/update PR comments
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Use Node.js
Expand All @@ -37,4 +37,4 @@ jobs:
build: |
bash -c "echo Done"
- name: Get the preview_url
run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"
run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"

0 comments on commit 307f330

Please sign in to comment.