We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab77b1 commit b4321a0Copy full SHA for b4321a0
.github/workflows/deploy.yml
@@ -85,5 +85,5 @@ jobs:
85
uses: ./.github/workflows/send-system-notification.yml
86
with:
87
channel: "workflow-failures"
88
- message: "❌ [Failed deploying ${{ inputs.version }} to ${{ inputs.app_name }} ${{ inputs.environment }}]((https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}))"
+ message: "❌ [Failed deploying ${{ inputs.version }} to ${{ inputs.app_name }} ${{ inputs.environment }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
89
secrets: inherit
0 commit comments