This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 6604473f35b04fe5d9543fcfa06b129d2c05346c Author: Pasquale Congiusti <[email protected]> AuthorDate: Wed May 3 12:29:41 2023 +0200 chore: make codegen --- .github/actions/automatic-updates/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/automatic-updates/action.yml b/.github/actions/automatic-updates/action.yml index e52ed092d..d17bae361 100644 --- a/.github/actions/automatic-updates/action.yml +++ b/.github/actions/automatic-updates/action.yml @@ -53,9 +53,7 @@ runs: CI_USER: "github-actions[bot]" CI_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com" run: | - make generate - make update-docs - make update-default-camel + make update-default-camel generate codegen update-docs git add -A && git commit -m 'chore: nightly resource refresh' && echo "refresh=1" >> $GITHUB_ENV || echo "No changes to make update-docs" - name: Push changes shell: bash
