Added local commit

This commit is contained in:
Hugo Bernier 2024-03-24 16:37:16 -04:00 committed by GitHub
parent a6917c1dda
commit 07173739ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ jobs:
- name: Merge JSON files
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
uses: stefanzweifel/git-auto-commit-action@v4
with: