Skip to content

Commit

Permalink
Merge pull request #108 from signalwire/fix/break_line
Browse files Browse the repository at this point in the history
add svc to msg
  • Loading branch information
lucasmellos authored May 3, 2023
2 parents d5a8252 + 36b294a commit d3b9223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-swarm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
if: always()
name: slack notification
with:
MESSAGE: 'GitHub Action result: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}\n>*Previous Image:* ${{ steps.swarm-deploy.outputs.PREVIOUS_IMAGE}}\n>*New Image:* ${{ inputs.IMAGE_TAG}}'
MESSAGE: 'Update Service - ${{ inputs.STACK_NAME }}!\n>GitHub Action result - ${{ github.event.pull_request.html_url || github.event.head_commit.url }}\n>*Previous Image:* ${{ steps.swarm-deploy.outputs.PREVIOUS_IMAGE }}\n>*New Image:* ${{ inputs.IMAGE_TAG }}'
CHANNEL: "${{ inputs.SLACK_CHANNEL }}"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit d3b9223

Please sign in to comment.