This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-master-changelog in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit d9da14c2390cf6a60d1999e7116d4c62c7d8b0ec 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 }}