Added commit
This commit is contained in:
parent
3cb240ab57
commit
511fa91193
|
@ -32,12 +32,14 @@ jobs:
|
||||||
- name: Merge JSON files
|
- name: Merge JSON files
|
||||||
run: node .github/workflows/merge.js
|
run: node .github/workflows/merge.js
|
||||||
|
|
||||||
|
- name: Commit files
|
||||||
|
run: |
|
||||||
|
git config --local user.email ${{ secrets.USER_EMAIL }}
|
||||||
|
git config --local user.name "${{ secrets.USER_NAME }}
|
||||||
|
git commit -a -m "Add samples.json"
|
||||||
- name: Commit to gh-pages branch
|
- name: Commit to gh-pages branch
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: 'gh-pages'
|
branch: 'gh-pages'
|
||||||
commit_message: 'Update samples.json'
|
|
||||||
commit_user_name: ${{ secrets.USER_NAME }}
|
|
||||||
commit_user_email: ${{ secrets.USER_EMAIL }}
|
|
||||||
force: true
|
force: true
|
Loading…
Reference in New Issue