File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
- name : Deploy New Preview
135
135
id : create-preview
136
136
if : ${{ steps.find-deployment.outputs.id == '' && github.event.action != 'closed' }}
137
- uses : UffizziCloud/preview-action@labels
137
+ uses : UffizziCloud/preview-action@v2
138
138
with :
139
139
compose-file : ${{ inputs.compose-file-cache-path }}
140
140
username : ${{ inputs.username }}
@@ -168,7 +168,7 @@ jobs:
168
168
args : --basic --user ${{ secrets.url-username }}:${{ secrets.url-password }} --retry 12 --retry-all-errors --retry-delay 0 --fail --location ${{ steps.create-preview.outputs.url }}
169
169
170
170
- name : Update Existing Preview
171
- uses : UffizziCloud/update-preview-action@labels
171
+ uses : UffizziCloud/update-preview-action@v1
172
172
id : update-preview
173
173
if : ${{ steps.find-deployment.outputs.id != '' && github.event.action != 'closed' }}
174
174
with :
You can’t perform that action at this time.
0 commit comments