Skip to content

Commit

Permalink
try out new action
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jul 24, 2024
1 parent 76357f5 commit 08a164e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ jobs:
secret/data/products/camunda-docs/ci/preview-environment PREVIEW_ENV_BUCKET_NAME;
secret/data/products/camunda-docs/ci/preview-environment PREVIEW_ENV_GCLOUD_SA_KEY;
- name: Upsert comment with build status
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.number }}
body: |
Dummy
edit-mode: replace

- name: Add or Update Comment - Build Status
uses: mshick/add-pr-comment@v2
with:
Expand Down Expand Up @@ -75,12 +66,19 @@ jobs:
env: ${{ github.event.repository.name }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Upsert Deployment Result Summary
uses: mshick/add-pr-comment@v2
with:
message: |
dummy
refresh-message-position: true

- name: Add or Update Comment - Upload Status
uses: mshick/add-pr-comment@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
find: |
<!-- preview-env -->
dummy
replace: |
:arrow_up: The preview environment build results for commit ${{ github.sha }} are being uploaded. This usually takes 3-4 minutes. <!-- preview-env -->
Expand Down

0 comments on commit 08a164e

Please sign in to comment.