Skip to content

Commit af47bbf

Browse files
committed
fix: remove force options from git auto-commit action for safer deployments
1 parent 87edcc3 commit af47bbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686
commit_user_name: 'GitHub Actions Bot'
8787
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
8888
commit_author: 'GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>'
89-
add_options: '--force'
90-
push_options: '--force-with-lease'
9189

9290
- name: Verify contracts
9391
if: inputs.network != 'anvil'

0 commit comments

Comments
 (0)