Added local commit
This commit is contained in:
parent
a6917c1dda
commit
07173739ad
|
@ -32,6 +32,13 @@ jobs:
|
||||||
- name: Merge JSON files
|
- name: Merge JSON files
|
||||||
run: node .github/workflows/merge.js
|
run: node .github/workflows/merge.js
|
||||||
|
|
||||||
|
- name: Commit
|
||||||
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
with:
|
||||||
|
commit_message: 'Update samples.json'
|
||||||
|
file_pattern: samples.json
|
||||||
|
push_options: '--force'
|
||||||
|
|
||||||
- name: Commit to gh-pages branch
|
- name: Commit to gh-pages branch
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue