From 6f1724308521d56eb70979e9f82402fd2186dfb7 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sat, 23 Nov 2024 14:50:28 +0100 Subject: [PATCH] doc(readme): complete file_pattern in push changelog step --- README.md | 1 + 1 file changed, 1 insertion(+) 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).