Skip to content

Commit 7af3c77

Browse files
committed
No longer use feature branch.
1 parent be3a157 commit 7af3c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Deploy New Preview
135135
id: create-preview
136136
if: ${{ steps.find-deployment.outputs.id == '' && github.event.action != 'closed' }}
137-
uses: UffizziCloud/preview-action@labels
137+
uses: UffizziCloud/preview-action@v2
138138
with:
139139
compose-file: ${{ inputs.compose-file-cache-path }}
140140
username: ${{ inputs.username }}
@@ -168,7 +168,7 @@ jobs:
168168
args: --basic --user ${{ secrets.url-username }}:${{ secrets.url-password }} --retry 12 --retry-all-errors --retry-delay 0 --fail --location ${{ steps.create-preview.outputs.url }}
169169

170170
- name: Update Existing Preview
171-
uses: UffizziCloud/update-preview-action@labels
171+
uses: UffizziCloud/update-preview-action@v1
172172
id: update-preview
173173
if: ${{ steps.find-deployment.outputs.id != '' && github.event.action != 'closed' }}
174174
with:

0 commit comments

Comments
 (0)