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 a033ddd commit dd812eeCopy full SHA for dd812ee
.github/workflows/eumserver_security_check.yml
@@ -44,9 +44,4 @@ jobs:
44
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
45
webhook-type: incoming-webhook
46
payload: |
47
- text: "*GitHub Action build result*: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
48
- blocks:
49
- - type: "section"
50
- text:
51
- type: "mrkdwn"
52
- text: "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
+ text: "*EUM-Server DependencyCheck Report*: ${{ job.status }}\nhttps://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
0 commit comments