diff --git a/README.md b/README.md index e9aed8b..d30b273 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@ with: commit_message: "${{ vars.SKIP_CI_PREFIX }} Push updated changelog" + file_pattern: "\\.changes/* CHANGELOG.md .changie.yaml" ``` This pipeline clone code update changelog with auto-changie and push it to main thanks to [git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action).