mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🐛 Fix changelog file format
This commit is contained in:
committed by
Nikhil Badyal
parent
2862d40cf0
commit
63ca520990
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user