Skip to content

Commit

Permalink
chore: tweak some workflow text (#402)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Mar 21, 2023
1 parent 448520c commit 785eb5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-syft-release.yml
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
signoff: true
delete-branch: true
branch: auto/latest
branch: auto/latest-syft
labels: dependencies
commit-message: "Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
title: "Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
commit-message: "chore(deps): update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
title: "chore(deps): update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
body: "Update Syft to ${{ steps.latest-version.outputs.LATEST_VERSION }}"
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 785eb5c

Please sign in to comment.