Added auto push
This commit is contained in:
parent
a184010e3c
commit
e0b771fcfb
|
@ -68,13 +68,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
commit_message: 'Update samples.json'
|
commit_message: 'Update samples.json'
|
||||||
branch: 'gh-pages'
|
branch: 'gh-pages'
|
||||||
file_pattern: samples.json
|
|
||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
skip_dirty_check: true
|
||||||
|
|
||||||
- name: Commit to Docs branch
|
- name: Commit to Docs branch
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: 'Update samples.json'
|
commit_message: 'Update samples.json'
|
||||||
branch: 'Docs'
|
branch: 'Docs'
|
||||||
file_pattern: samples.json
|
|
||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
skip_dirty_check: true
|
||||||
|
|
Loading…
Reference in New Issue