Skip to content

Commit

Permalink
Update reusable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia authored Jul 5, 2023
1 parent bafe9cc commit 6bcbfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
logger-key: ${{ env.LOGGER_KEY }}

- name: Update Existing Preview
uses: UffizziCloud/update-preview-action@v1
uses: UffizziCloud/update-preview-action@v2
id: update-preview
if: ${{ env.UFFIZZI_ACTION == 'update' }}
with:
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
- name: Delete Preview from Uffizzi
if: ${{ env.UFFIZZI_ACTION == 'delete' }}
uses: UffizziCloud/delete-preview-action@v1
uses: UffizziCloud/delete-preview-action@v2
with:
id: ${{ env.DEPLOYMENT_ID }}
username: ${{ inputs.username }}
Expand Down

0 comments on commit 6bcbfaa

Please sign in to comment.