Skip to content

Commit c56c185

Browse files
authored
ci: fix push command
Signed-off-by: Michael Beemer <[email protected]>
1 parent 88440a1 commit c56c185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-sdk-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
github_token: ${{ secrets.PULL_REQUEST_AUTOMATION }}
6666
branch: ${{ env.BRANCH_NAME }}
67-
force_with_lease: true
67+
force: true
6868

6969
- name: Create pr if doesn't exist
7070
shell: bash

0 commit comments

Comments
 (0)