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/03/03 09:18:45 UTC

[camel-k] branch main updated: chore: minor change

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 46717dbc7 chore: minor change
46717dbc7 is described below

commit 46717dbc780d1130a869fb5d5c5920e1d90dad43
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Mar 3 10:18:40 2023 +0100

    chore: minor change
---
 .github/workflows/nightly-automatic-updates.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml
index b2801c42f..2042b9cba 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -51,7 +51,7 @@ jobs:
         ref: release-1.12.x
         persist-credentials: false
         submodules: recursive
-    - name: Automatic updates on release-1.10.x
+    - name: Automatic updates on release-1.12.x
       uses: ./.github/actions/automatic-updates
       with:
         branch-ref: "release-1.12.x"