Skip to content

Commit

Permalink
Merge pull request #2714 from techmatters/CHI-3178-fix_webchat_deploy
Browse files Browse the repository at this point in the history
CHI-3178: Fix webchat slack message
  • Loading branch information
stephenhand authored Jan 23, 2025
2 parents d7804df + 332ff1a commit e467d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webchat-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
token: ${{ env.GITHUB_ACTIONS_SLACK_BOT_TOKEN }}
payload: |
channel: ${{ env.ASELO_DEPLOYS_CHANNEL_ID }}
text: '`[WEBCHAT]` Deployment to `${{inputs.helpline_code}}-${{inputs.environment}}` of ${{ github.ref_type }} `${{ github.ref_name }}` requested by `${{ github.triggering_actor }}` completed using workflow '${{ github.workflow }}' with SHA ${{ github.sha }} :rocket:.'
text: '`[WEBCHAT]` Deployment to `${{inputs.helpline_code}}-${{inputs.environment}}` of ${{ github.ref_type }} `${{ github.ref_name }}` requested by `${{ github.triggering_actor }}` completed using workflow `${{ github.workflow }}` with SHA ${{ github.sha }} :rocket:.'
# Update deployment matrix
- name: Update deployment matrix
uses: ./.github/actions/deployment-matrix
Expand Down

0 comments on commit e467d32

Please sign in to comment.