Skip to content

Commit

Permalink
add svc to msg
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed May 3, 2023
1 parent d55ae2c commit 36b294a
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: Update Service - ${{ inputs.STACK_NAME }}!\n>GitHub Action result - ${{ github.event.pull_request.html_url || github.event.head_commit.url }}\n>*Previous Image:* ${{ steps.prvimg.outputs.PREVIOUS_IMAGE }}\n>*New Image:* ${{ needs.build_staging_calling_img.outputs.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 36b294a

Please sign in to comment.