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

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

commit e1f48a776c10242743643dd0476c9dc8c2af35e5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Feb 2 07:42:49 2021 +0100

    Changelog action modified to work with 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 70d9586..4253275 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-kafka-connector'
     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 }}
 

Reply via email to