Skip to content

Commit

Permalink
Unpin the pr-preview-action
Browse files Browse the repository at this point in the history
Need to unpin the action as it checks out itself using the provided tag
  • Loading branch information
netomi authored and spoenemann committed Dec 14, 2023
1 parent 89e8cdf commit a320631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
name: "site"
path: ./public
- uses: rossjrw/pr-preview-action@183082fd714654433c8e2f6daedbfb4f20f2a94a # v1.4.4
- uses: rossjrw/pr-preview-action@v1
id: deployment
with:
source-dir: ./public
Expand All @@ -74,7 +74,7 @@ jobs:
# while the content will not be used
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: rossjrw/pr-preview-action@183082fd714654433c8e2f6daedbfb4f20f2a94a # v1.4.4
- uses: rossjrw/pr-preview-action@v1
id: deployment
with:
preview-branch: previews
Expand Down

0 comments on commit a320631

Please sign in to comment.