This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-2.16.x in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit aac3130e173ede9e3f46e36514a4c88bd7acaa85 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Jul 3 15:44:59 2023 +0200 chore: starting release branch for release-2.16.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 9fdaf48b..def03602 100644 --- a/.github/workflows/nightly-automatic-updates.yml +++ b/.github/workflows/nightly-automatic-updates.yml @@ -57,19 +57,19 @@ jobs: branch-ref: "release-1.17.x" secretGithubToken: ${{ secrets.GITHUB_TOKEN }} - release-1_15_x: + 2_16_x: if: github.repository == 'apache/camel-k-runtime' runs-on: ubuntu-20.04 - name: Automatic updates on release-1.15.x branch + name: Automatic updates on release-2.16.x branch steps: - name: "Checkout code" uses: actions/checkout@v3 with: - ref: release-1.15.x + ref: release-2.16.x persist-credentials: false submodules: recursive - - name: Automatic updates on release-1.15.x + - name: Automatic updates on release-2.16.x uses: ./.github/actions/automatic-updates with: - branch-ref: "release-1.15.x" + branch-ref: "release-2.16.x" secretGithubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file