You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/31 08:26:18 UTC

[camel-k] branch release-2.0.x updated: fix(ci): do not update kamelets

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.0.x by this push:
     new 41275a067 fix(ci): do not update kamelets
41275a067 is described below

commit 41275a067efa36508220419947e8a4656fab1c04
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jul 31 10:26:13 2023 +0200

    fix(ci): do not update kamelets
    
    Fixes #4624
---
 .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 b867d46d7..a0b79eefc 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -59,7 +59,7 @@ runs:
         CI_USER: "github-actions[bot]"
         CI_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
       run: |
-        make update-default-camel generate codegen update-docs
+        make generate codegen update-docs
         git add -A && git commit -m 'chore: autogenerated project resource update' && echo "autogenerated=1" >> $GITHUB_ENV || echo "No changes to autogenerated project resources"
 
     # SBOM