diff --git a/.github/workflows/merge-json.yml b/.github/workflows/merge-json.yml index ae0638fa9..70a309b78 100644 --- a/.github/workflows/merge-json.yml +++ b/.github/workflows/merge-json.yml @@ -37,4 +37,5 @@ jobs: with: commit_message: 'Update samples.json' branch: 'gh-pages' - file_pattern: samples.json \ No newline at end of file + file_pattern: samples.json + push_options: '--force' \ No newline at end of file