Skip to content

Commit 65f8e42

Browse files
committed
Fix no force push for auto-commits into main branch
1 parent 65e1f35 commit 65f8e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-commit-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
git status
100100
git commit --amend --no-edit # Amend the commit to include the changes from the rebase
101101
git status
102-
git push --force-with-lease --verbose
102+
git push --verbose

0 commit comments

Comments
 (0)