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/02 08:20:49 UTC

[camel-k] 02/02: Align changelog action to submodule

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

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

commit 5a8d4483c9b8f1b8318bdd9a2de1b74105d8a261
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 2 09:20:17 2021 +0100

    Align changelog action to submodule
---
 .github/workflows/automatic-changelog-update.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index d4cfa71..c648de0 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -29,10 +29,14 @@ jobs:
     name: Generate changelog for master branch
     if: github.ref == 'refs/heads/master' && github.repository == 'apache/camel-k'
     steps:
-      - uses: actions/checkout@v1
+      - name: "Checkout camel-kafka-connector"
+        uses: actions/checkout@v2
+        with:
+          persist-credentials: false
+          submodules: recursive
 
       - name: Generate changelog
-        uses: charmixer/auto-changelog-action@v1.1
+        uses: ./.github/actions/changelog
         with:
           token: ${{ secrets.GITHUB_TOKEN }}