mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
grype release message update (#914)
This commit is contained in:
parent
d5b825e40b
commit
78d87c1e11
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -148,7 +148,7 @@ jobs:
|
|||
with:
|
||||
status: ${{ job.status }}
|
||||
fields: repo,workflow,action,eventName
|
||||
text: "A new Grype release is ready to be manually published: https://github.com/anchore/grype/releases"
|
||||
text: "A new Grype release has been published: https://github.com/anchore/grype/releases/tag/${{ github.ref_name }}"
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
|
||||
if: ${{ success() }}
|
||||
|
|
Loading…
Reference in a new issue