Skip to content

Commit

Permalink
chore: minor descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored Apr 28, 2023
1 parent 32527c1 commit dde5404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-automatic-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
main:
if: github.repository == 'apache/camel-k'
runs-on: ubuntu-20.04
name: Generate changelog for main branch
name: Automatic updates on main branch
steps:
- name: "Checkout code"
uses: actions/checkout@v2
Expand All @@ -51,7 +51,7 @@ jobs:
ref: release-1.12.x
persist-credentials: false
submodules: recursive
- name: Automatic updates on release-1.12.x
- name: Automatic updates on release-1.12.x branch
uses: ./.github/actions/automatic-updates
with:
branch-ref: "release-1.12.x"
Expand All @@ -68,7 +68,7 @@ jobs:
ref: release-1.10.x
persist-credentials: false
submodules: recursive
- name: Automatic updates on release-1.10.x
- name: Automatic updates on release-1.10.x branch
uses: ./.github/actions/automatic-updates
with:
branch-ref: "release-1.10.x"
Expand Down

0 comments on commit dde5404

Please sign in to comment.