doc(readme): complete file_pattern in push changelog step

This commit is contained in:
RouxAntoine 2024-11-23 14:50:28 +01:00
parent a312bcbdd5
commit 6f17243085
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -43,6 +43,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@<latest_tag>
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).