File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
"${{ env.PR_PREVIEW_URL }}" || exit 1
163
163
164
164
- name : Add PR comment with preview URL
165
- uses : thollander/actions-comment-pull-request@v1
165
+ uses : thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
166
166
with :
167
167
message : |
168
168
### <span aria-hidden="true">✅</span> Deploy Preview on internal cluster ready!
@@ -226,7 +226,7 @@ jobs:
226
226
- run : echo "PR_PREVIEW_URL=https://$DEPLOY_RESOURCE_NAME.$DEPLOY_INGRESS_DOMAIN/" >> "$GITHUB_ENV"
227
227
228
228
- name : Update PR comment about preview URL
229
- uses : thollander/actions-comment-pull-request@v1
229
+ uses : thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
230
230
with :
231
231
message : |
232
232
### <span aria-hidden="true">🔨</span> Deploy Preview deleted from internal cluster!
You can’t perform that action at this time.
0 commit comments