diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml index b6eba6232..aa2425ce8 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 }}