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/04/27 08:08:37 UTC

[camel-k-runtime] branch main updated: fix: typo

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-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 00582bdc fix: typo
00582bdc is described below

commit 00582bdc975d29e11c851cb37e672d692f41ef4e
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Apr 27 10:08:33 2023 +0200

    fix: typo
---
 .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 9f58d5b8..b73edda0 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -32,7 +32,7 @@ runs:
         CI_USER: "github-actions[bot]"
         CI_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
       run: |
-        ./script/sync_cq.sh
+        ./scripts/sync_cq.sh
         git add -A && git commit -m 'feat: new Camel Quarkus version' && echo "refresh=1" >> $GITHUB_ENV || echo "No changes in the release"
     - name: Push changes
       shell: bash