diff --git a/.github/workflows/sync_dependabot-changesets.yml b/.github/workflows/sync_dependabot-changesets.yml index 4f3bbee376..214d168cfe 100644 --- a/.github/workflows/sync_dependabot-changesets.yml +++ b/.github/workflows/sync_dependabot-changesets.yml @@ -113,5 +113,5 @@ jobs: - name: Commit and push if: steps.verify.outputs.is_dependabot == 'true' && (steps.dedupe.outputs.changed == 'true' || steps.changeset.outputs.changed == 'true') run: | - git commit -C HEAD --amend --no-edit + git commit -C HEAD --amend --no-edit --no-verify git push --force