This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new ad9781c2d chore(ci): conventional commit message
ad9781c2d is described below
commit ad9781c2d7ead737f406964fe0d113db49aaa528
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jun 7 09:44:42 2023 +0200
chore(ci): conventional commit message
---
.github/actions/automatic-updates/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/automatic-updates/action.yml
b/.github/actions/automatic-updates/action.yml
index 34da6caec..27c5daa87 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -66,7 +66,7 @@ runs:
CI_USER: "github-actions[bot]"
CI_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
run: |
- git add camel-k-sbom/camel-k-sbom.json && git commit -m 'Periodic Sync
of Camel K Main Branch for SBOM Generation' && echo "sbom=1" >> $GITHUB_ENV ||
echo "No changes to SBOM"
+ git add camel-k-sbom/camel-k-sbom.json && git commit -m 'chore:
nightly SBOM refresh' && echo "sbom=1" >> $GITHUB_ENV || echo "No changes to
SBOM"
- name: Push changes
shell: bash
if: env.changelog == 1 || env.refresh == 1 || env.sbom == 1