Skip to content

Commit b4321a0

Browse files
committed
Fix markdown syntax
1 parent aab77b1 commit b4321a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
uses: ./.github/workflows/send-system-notification.yml
8686
with:
8787
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 }}))"
88+
message: "❌ [Failed deploying ${{ inputs.version }} to ${{ inputs.app_name }} ${{ inputs.environment }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
8989
secrets: inherit

0 commit comments

Comments
 (0)