diff --git a/.github/workflows/on-fail-json.yaml b/.github/workflows/on-fail-json.yaml index b7197cb..8fe8d97 100644 --- a/.github/workflows/on-fail-json.yaml +++ b/.github/workflows/on-fail-json.yaml @@ -13,46 +13,46 @@ jobs: - uses: slackapi/slack-github-action@v1.24.0 with: payload: | -{ - "text": "main branch failure in CI ", - "blocks": [ - { - "type": "header", - "text": { - "type": "plain_text", - "text": ":warning: `main` branch failure in CI ", - "emoji": true - } - }, - { - "type": "section", - "text": { - "type": "mrkdwn", - "text": "View run details: " - }, - "accessory": { - "type": "button", - "text": { - "type": "plain_text", - "text": "Run Details", - "emoji": true - }, - "value": "clicked_1", - "url": "${{github.server_url}}/${{github.repository}}/actions/runs/${{github.event.workflow_run.id}}", - "action_id": "button-action" - } - }, - { - "type": "context", - "elements": [ - { - "type": "mrkdwn", - "text": "Linked Repo <${{github.server_url}}/${{github.repository}}|${{github.repository}}> | <${{github.server_url}}/${{github.repository}}/actions/runs/${{github.event.workflow_run.id}}|View Failure>" - } - ] - } - ] -} + { + "text": "main branch failure in CI ", + "blocks": [ + { + "type": "header", + "text": { + "type": "plain_text", + "text": ":warning: `main` branch failure in CI ", + "emoji": true + } + }, + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "View run details: " + }, + "accessory": { + "type": "button", + "text": { + "type": "plain_text", + "text": "Run Details", + "emoji": true + }, + "value": "clicked_1", + "url": "${{github.server_url}}/${{github.repository}}/actions/runs/${{github.event.workflow_run.id}}", + "action_id": "button-action" + } + }, + { + "type": "context", + "elements": [ + { + "type": "mrkdwn", + "text": "Linked Repo <${{github.server_url}}/${{github.repository}}|${{github.repository}}> | <${{github.server_url}}/${{github.repository}}/actions/runs/${{github.event.workflow_run.id}}|View Failure>" + } + ] + } + ] + } env: SLACK_WEBHOOK_URL: ${{ secrets.MOSHE_PERSONAL_SLACK_WEBHOOK_URL }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK \ No newline at end of file