doc(readme): complete file_pattern in push changelog step
This commit is contained in:
parent
a312bcbdd5
commit
6f17243085
@ -43,6 +43,7 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@<latest_tag>
|
uses: stefanzweifel/git-auto-commit-action@<latest_tag>
|
||||||
with:
|
with:
|
||||||
commit_message: "${{ vars.SKIP_CI_PREFIX }} Push updated changelog"
|
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).
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user