🐛 Fix changelog file format

This commit is contained in:
Nikhil Badyal
2024-04-14 13:38:41 +05:30
committed by Nikhil Badyal
parent 2862d40cf0
commit 63ca520990
2 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -99,11 +99,11 @@ jobs:
if-no-files-found: error
- name: Commit Update file
if: ${{ inputs.COMMIT_CHANGELOG }}
if: ${{ inputs.COMMIT_CHANGELOG && !inputs.CI_TEST}}
uses: stefanzweifel/git-auto-commit-action@master
with:
branch: changelogs
skip_checkout: true
file_pattern: 'changelog.md updates.json'
file_pattern: 'changelog.md changelog.json updates.json'
commit_message: 🚀New Build
push_options: '--force'