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 08a164e commit 0c93266
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ 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 Deployment Result Summary
uses: mshick/add-pr-comment@v2
with:
message: |
dummy
refresh-message-position: true

- name: Add or Update Comment - Build Status
uses: mshick/add-pr-comment@v2
with:
Expand Down Expand Up @@ -66,13 +73,6 @@ 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:
Expand Down

0 comments on commit 0c93266

Please sign in to comment.