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 a7787848 chore: starting release branch for release-3.15.x
a7787848 is described below

commit a7787848edde0f81bca70254c9ecca4eaa80c80e
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Tue Oct 1 07:37:08 2024 +0200

    chore: starting release branch for release-3.15.x
---
 .github/workflows/nightly-automatic-updates.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/nightly-automatic-updates.yml 
b/.github/workflows/nightly-automatic-updates.yml
index b6eba623..aa2425ce 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -61,21 +61,21 @@ jobs:
         secretNexusUser: ${{ secrets.NEXUS_USER }}
         secretNexusPw: ${{ secrets.NEXUS_PW }}
 
-  release-3_6_x:
+  release-3_15_x:
     if: github.repository == 'apache/camel-k-runtime'
     runs-on: ubuntu-20.04
-    name: Automatic updates on release-3.6.x branch
+    name: Automatic updates on release-3.15.x branch
     steps:
     - name: "Checkout code"
       uses: actions/checkout@v4
       with:
-        ref: release-3.6.x
+        ref: release-3.15.x
         persist-credentials: false
         submodules: recursive
-    - name: Automatic updates on release-3.6.x
+    - name: Automatic updates on release-3.15.x
       uses: ./.github/actions/automatic-updates
       with:
-        branch-ref: "release-3.6.x"
+        branch-ref: "release-3.15.x"
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
         secretNexusUser: ${{ secrets.NEXUS_USER }}
         secretNexusPw: ${{ secrets.NEXUS_PW }}

Reply via email to