You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/04/28 08:24:25 UTC

[camel-k] branch main updated: chore: minor descriptions

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.git


The following commit(s) were added to refs/heads/main by this push:
     new dde540416 chore: minor descriptions
dde540416 is described below

commit dde540416644fddbd522c000819603faa0316e61
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Apr 28 10:24:20 2023 +0200

    chore: minor descriptions
---
 .github/workflows/nightly-automatic-updates.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml
index 2042b9cba..23834c084 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -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
@@ -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"
@@ -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"