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 1b3bc5356 chore(ci): only updates readme for badge value change
1b3bc5356 is described below

commit 1b3bc535649723f10342d91cd212f70d3eb8998c
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Tue Aug 27 08:45:25 2024 +0200

    chore(ci): only updates readme for badge value change
---
 .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 59e64b735..a15368124 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -97,7 +97,7 @@ runs:
       run: |
         git config --local user.email "$CI_EMAIL"
         git config --local user.name "$CI_USER"
-        git add -a -f && git commit -m 'chore: nightly automatic updates' || 
echo "No nightly automatic updates changes to commit"
+        git add README.adoc && git commit -m 'chore: nightly automatic 
updates' || echo "No nightly automatic updates changes to commit"
         git push 
"https://$CI_USER:$ci_to...@github.com/$GITHUB_REPOSITORY.git"; HEAD:${{ 
inputs.branch-ref }} || echo "No nightly automatic updates changes to push"
 
     # Give it a rest to avoid hitting Github API rate limit

Reply via email to