Skip to content

Commit

Permalink
fix(ci): keep updating 3.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Mar 25, 2024
1 parent 032d71a commit 7ece1bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly-automatic-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7ece1bb

Please sign in to comment.