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 50cd405 commit 132b9efCopy full SHA for 132b9ef
.github/workflows/slack-webhook.yaml
@@ -11,14 +11,8 @@ jobs:
11
12
env:
13
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
14
- uses: slackapi/slack-github-action@v2.0.0
+ uses: act10ns/slack@v2.1.0
15
with:
16
17
+ status: ${{ job.status }}
18
webhook-type: incoming-webhook
- payload: |
19
- text: "*GitHub Action build result*: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
20
- blocks:
21
- - type: "section"
22
- text:
23
- type: "mrkdwn"
24
- text: "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
0 commit comments