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-k.git
commit c8c629c367e430fb8d9644260228ef6d81988cb7 Author: Andrea Cosentino <anco...@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 }}