Skip to content

Commit

Permalink
ci: FORMS-1405 better deploy message (bcgov#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterMoar authored Jul 30, 2024
1 parent eb2ffc2 commit 8aa5d9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr_deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy PR
name: PR Deploy
run-name: Deploy PR-${{ github.event.inputs.pr-number }}

env:
Expand Down Expand Up @@ -106,8 +106,9 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2
if: success()
with:
append: true
header: release
hide_and_recreate: true
hide_classify: "OUTDATED"
message: |
Release ${{ github.sha }} deployed at <https://${{ env.ACRONYM }}-dev.apps.silver.devops.gov.bc.ca/pr-${{ github.event.inputs.pr-number }}>
number: ${{ github.event.inputs.pr-number }}
Expand Down

0 comments on commit 8aa5d9a

Please sign in to comment.