Skip to content

Commit b524c0f

Browse files
committed
chore: adjust slack output
1 parent 59ea971 commit b524c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
"type": "section",
5858
"text": {
5959
"type": "mrkdwn",
60-
"text": "Actionable vulnerabilities found: \n<${{ github.event.pull_request.html_url || github.event.head_commit.url }}|View Details>"
60+
"text": "Actionable vulnerabilities found: <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Details>"
6161
}
6262
},
6363
]

0 commit comments

Comments
 (0)