Skip to content

Commit

Permalink
OPSEXP-2173 Push force when pushing via workflow dispatch (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jun 28, 2023
1 parent ddf55d1 commit f0c5682
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 f0c5682

Please sign in to comment.