Skip to content

Commit dd812ee

Browse files
committed
change report url
1 parent a033ddd commit dd812ee

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/eumserver_security_check.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,4 @@ jobs:
4444
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
4545
webhook-type: incoming-webhook
4646
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 }}"
47+
text: "*EUM-Server DependencyCheck Report*: ${{ job.status }}\nhttps://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)