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 a609689f Update nightly-automatic-updates.yml
a609689f is described below
commit a609689fdf61e73a5a2ab05c4d5d314d3977ddd7
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Jul 3 15:57:54 2023 +0200
Update nightly-automatic-updates.yml
---
.github/workflows/nightly-automatic-updates.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/nightly-automatic-updates.yml
b/.github/workflows/nightly-automatic-updates.yml
index def03602..afd4f53a 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 }}
- 2_16_x:
+ release-1_15_x:
if: github.repository == 'apache/camel-k-runtime'
runs-on: ubuntu-20.04
- name: Automatic updates on release-2.16.x branch
+ name: Automatic updates on release-1.15.x branch
steps:
- name: "Checkout code"
uses: actions/checkout@v3
with:
- ref: release-2.16.x
+ ref: release-1.15.x
persist-credentials: false
submodules: recursive
- - name: Automatic updates on release-2.16.x
+ - name: Automatic updates on release-1.15.x
uses: ./.github/actions/automatic-updates
with:
- branch-ref: "release-2.16.x"
- secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+ branch-ref: "release-1.15.x"
+ secretGithubToken: ${{ secrets.GITHUB_TOKEN }}