From e0b771fcfb8cc9c90068c17e001781a98ba407d5 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 24 Mar 2024 20:44:47 -0400 Subject: [PATCH] Added auto push --- .github/workflows/merge-json.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-json.yml b/.github/workflows/merge-json.yml index 7308c0894..a93630d1b 100644 --- a/.github/workflows/merge-json.yml +++ b/.github/workflows/merge-json.yml @@ -68,13 +68,13 @@ jobs: with: commit_message: 'Update samples.json' branch: 'gh-pages' - file_pattern: samples.json push_options: '--force' + skip_dirty_check: true - name: Commit to Docs branch uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: 'Update samples.json' branch: 'Docs' - file_pattern: samples.json - push_options: '--force' \ No newline at end of file + push_options: '--force' + skip_dirty_check: true