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-runtime.git
commit 048c71461d42cf5fc0680ef3818872a05520616b Author: Pasquale Congiusti <[email protected]> AuthorDate: Mon Mar 25 12:48:47 2024 +0100 fix(ci): keep updating 3.6.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 05022d36..b6eba623 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_8_x: + release-3_6_x: if: github.repository == 'apache/camel-k-runtime' runs-on: ubuntu-20.04 - name: Automatic updates on release-3.8.x branch + name: Automatic updates on release-3.6.x branch steps: - name: "Checkout code" uses: actions/checkout@v4 with: - ref: release-3.8.x + ref: release-3.6.x persist-credentials: false submodules: recursive - - name: Automatic updates on release-3.8.x + - name: Automatic updates on release-3.6.x uses: ./.github/actions/automatic-updates with: - branch-ref: "release-3.8.x" + branch-ref: "release-3.6.x" secretGithubToken: ${{ secrets.GITHUB_TOKEN }} secretNexusUser: ${{ secrets.NEXUS_USER }} secretNexusPw: ${{ secrets.NEXUS_PW }}
