Skip to content

Commit

Permalink
Push force when pushing via workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jun 27, 2023
1 parent 7a9b76b commit 31a5eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jobs:
🛠 Updatecli pipeline bump
branch: ${{ github.event_name == 'workflow_dispatch' && 'updatecli-bump' || '' }}
create_branch: ${{ github.event_name == 'workflow_dispatch' }}
push_options: ${{ github.event_name == 'workflow_dispatch' && '--force' || '' }}

0 comments on commit 31a5eea

Please sign in to comment.