You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/03 08:24:01 UTC

[camel-quarkus] 04/04: Changelog action: We are checking out camel-quarkus and not ckc

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 6de27b81f742d7294c195ec7438dcc43b2076c50
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 3 09:14:16 2021 +0100

    Changelog action: We are checking out camel-quarkus and not ckc
    
    Co-authored-by: Peter Palaga <pp...@redhat.com>
---
 .github/workflows/automatic-changelog-update.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index ac24b60..f7337cf 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -29,7 +29,7 @@ jobs:
     runs-on: ubuntu-latest
     name: Generate changelog for master branch
     steps:
-      - name: "Checkout camel-kafka-connector"
+      - name: "Checkout"
         uses: actions/checkout@v2
         with:
           persist-credentials: false