chore: tweak some workflow text (#1685)

Signed-off-by: Keith Zantow <kzantow@gmail.com>
This commit is contained in:
Keith Zantow 2023-03-21 11:08:49 -04:00 committed by GitHub
parent 100cf1003d
commit 34ace36a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -151,7 +151,7 @@ jobs:
with: with:
status: ${{ job.status }} status: ${{ job.status }}
fields: repo,workflow,action,eventName fields: repo,workflow,action,eventName
text: "A new Syft release has been published: https://github.com/anchore/syft/releases/tag/${{ github.ref_name }}" text: "A new Syft release has been published: https://github.com/anchore/syft/releases/tag/${{ github.event.inputs.version }}"
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
if: ${{ success() }} if: ${{ success() }}

View File

@ -64,8 +64,8 @@ jobs:
delete-branch: true delete-branch: true
branch: auto/latest-bootstrap-tools branch: auto/latest-bootstrap-tools
labels: dependencies labels: dependencies
commit-message: 'Update syft bootstrap tools to latest versions.' commit-message: 'chore(deps): update bootstrap tools to latest versions'
title: 'Update syft bootstrap tools to latest versions.' title: 'chore(deps): update bootstrap tools to latest versions'
body: | body: |
- [golangci-lint ${{ steps.latest-versions.outputs.GOLANGCILINT }}](https://github.com/golangci/golangci-lint/releases/tag/${{ steps.latest-versions.outputs.GOLANGCILINT }}) - [golangci-lint ${{ steps.latest-versions.outputs.GOLANGCILINT }}](https://github.com/golangci/golangci-lint/releases/tag/${{ steps.latest-versions.outputs.GOLANGCILINT }})
- [bouncer ${{ steps.latest-versions.outputs.BOUNCER }}](https://github.com/wagoodman/go-bouncer/releases/tag/${{ steps.latest-versions.outputs.BOUNCER }}) - [bouncer ${{ steps.latest-versions.outputs.BOUNCER }}](https://github.com/wagoodman/go-bouncer/releases/tag/${{ steps.latest-versions.outputs.BOUNCER }})

View File

@ -42,10 +42,10 @@ jobs:
with: with:
signoff: true signoff: true
delete-branch: true delete-branch: true
branch: auto/latest branch: auto/latest-stereoscope
labels: dependencies labels: dependencies
commit-message: "Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}" commit-message: "chore(deps): update stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
title: "Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}" title: "chore(deps): update stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
body: | body: |
Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }} Update Stereoscope to ${{ steps.latest-version.outputs.LATEST_VERSION }}
token: ${{ steps.generate-token.outputs.token }} token: ${{ steps.generate-token.outputs.token }}