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

commit 1106a380db10383a003ed3b37c6e7fd4a515fcb4
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Feb 3 08:17:24 2021 +0100

    Changelog action: Point to the action submodule in changelog action yml
---
 .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 6c1bd26..ac24b60 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -29,10 +29,14 @@ jobs:
     runs-on: ubuntu-latest
     name: Generate changelog for master branch
     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 }}
           exclude_labels: 
"duplicate,question,invalid,wontfix,build/camel-master,build/quarkus-master"

Reply via email to