Skip to content

Commit

Permalink
reference tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland authored Apr 14, 2023
1 parent 2070d8f commit 378f164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: urcomputeringpal/pr-preview-deploy-ux-action@main
- uses: urcomputeringpal/pr-preview-deploy-ux-action@v0
name: Start preview deploy
id: start
with:
Expand All @@ -38,7 +38,7 @@ jobs:

- run: echo perform your preview deploy logic here

- uses: urcomputeringpal/pr-preview-deploy-ux-action@main
- uses: urcomputeringpal/pr-preview-deploy-ux-action@v0
name: Finish preview deploy
if: always()
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- run: echo perform your cleanup logic here

- name: Cleanup Preview deploy
uses: urcomputeringpal/pr-preview-deploy-ux-action@main
uses: urcomputeringpal/pr-preview-deploy-ux-action@v0
with:
step: cleanup
env: preview-${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 378f164

Please sign in to comment.