This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new e423430c587 SBOM generation gh action: Fix commit message e423430c587 is described below commit e423430c58716057d911d24f0ef9254523c5249b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 20 18:32:43 2023 +0100 SBOM generation gh action: Fix commit message Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .github/workflows/generate-sbom-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-sbom-main.yml b/.github/workflows/generate-sbom-main.yml index 0c3558367cc..5c5dd1727be 100644 --- a/.github/workflows/generate-sbom-main.yml +++ b/.github/workflows/generate-sbom-main.yml @@ -60,7 +60,7 @@ jobs: with: base: main token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "Regen for commit ${{ github.sha }}" + commit-message: "Regen SBOM from commit ${{ github.sha }}" committer: GitHub <nore...@github.com> author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: true