We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627d203 commit ee0bbdfCopy full SHA for ee0bbdf
.github/workflows/e2e.yaml
@@ -80,8 +80,10 @@ jobs:
80
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
81
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
82
with:
83
- channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
84
- slack-message: |
85
- :x: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed.
+ method: chat.postMessage
+ token: ${{ secrets.SLACK_BOT_TOKEN }}
+ payload: |
86
+ channel: ${{ secrets.SLACK_CHANNEL_ID }}
87
+ text: ":x: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed.
88
- Details: ${{ env.SUMMARY_URL }}
89
+ Details: ${{ env.SUMMARY_URL }}"
0 commit comments