{ "text": "A GitHub Action Event ${{ github.eventName }} has ${{ env.JOB_STATUS }}", "attachments": [{ "color": "${{ env.ATTACHMENT_COLOR }}", "fields": [{ "title": "Repository", "short": false, "value": "<${{ github.payload.repository.html_url }}|${{ github.payload.repository.full_name }}>" }, { "title": "Ref", "short": false, "value": "${{ github.ref }}" }, { "title": "Commit", "short": false, "value": "<${{ github.payload.repository.html_url }}/commit/${{ github.sha }}|${{ github.sha }}>" }, { "title": "Author", "short": false, "value": "" }, { "title": "Workflow", "short": false, "value": "<${{ github.payload.repository.html_url }}/actions/runs/${{ github.runId }}|${{ github.workflow }}>" }] }] }