Skip to content

Commit

Permalink
Update .deploy.yaml (bcgov#1286)
Browse files Browse the repository at this point in the history
adds the pr number to the github comment when deploying
  • Loading branch information
jasonchung1871 authored Feb 14, 2024
1 parent 4ce2fae commit f6fe959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@ jobs:
with:
header: release
message: |
Release ${{ github.sha }} deployed at <https://${{ env.ACRONYM }}-dev.apps.silver.devops.gov.bc.ca/pr-${{ github.event.inputs.pr-number }}>
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

0 comments on commit f6fe959

Please sign in to comment.