mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
GitHub Actions: Bump thollander/actions-comment-pull-request from 1 to 2 (#7127)
* GitHub Actions: Bump thollander/actions-comment-pull-request from 1 to 2 Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 1 to 2. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v1...v2) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Use commit hash instead of tag, for security reasons --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Armel Soro <asoro@redhat.com>
This commit is contained in:
4
.github/workflows/pr-website.yaml
vendored
4
.github/workflows/pr-website.yaml
vendored
@@ -162,7 +162,7 @@ jobs:
|
||||
"${{ env.PR_PREVIEW_URL }}" || exit 1
|
||||
|
||||
- name: Add PR comment with preview URL
|
||||
uses: thollander/actions-comment-pull-request@v1
|
||||
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
|
||||
with:
|
||||
message: |
|
||||
### <span aria-hidden="true">✅</span> Deploy Preview on internal cluster ready!
|
||||
@@ -226,7 +226,7 @@ jobs:
|
||||
- run: echo "PR_PREVIEW_URL=https://$DEPLOY_RESOURCE_NAME.$DEPLOY_INGRESS_DOMAIN/" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Update PR comment about preview URL
|
||||
uses: thollander/actions-comment-pull-request@v1
|
||||
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
|
||||
with:
|
||||
message: |
|
||||
### <span aria-hidden="true">🔨</span> Deploy Preview deleted from internal cluster!
|
||||
|
||||
Reference in New Issue
Block a user