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 203a7a3 commit 926c253Copy full SHA for 926c253
.github/workflows/auto-simple-suite.yaml
@@ -45,9 +45,16 @@ jobs:
45
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
46
webhook-type: incoming-webhook
47
payload: |
48
- text: "Simple suite pipeline started"
49
blocks:
50
- type: "section"
51
text:
52
type: "mrkdwn"
53
- text: "Trigger: ${{ github.event_name }}"
+ text: "Simple suite pipeline started"
+ - type: "section"
54
+ text:
55
+ type: "mrkdwn"
56
+ text: "Trigger: ${{ github.event_name }}"
57
58
59
60
+ text: "<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} | View workflow run>"
0 commit comments