1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-17 11:08:16 -05:00

Drop create_branch input, it's enabled by default. (#5634)

This commit is contained in:
MtnBurrit0 2025-04-10 10:44:31 -06:00 committed by GitHub
parent 54e7fac4d9
commit cb9d7e450f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -638,7 +638,6 @@ jobs:
with:
project: server
pull_request_number: ${{ github.event.number }}
create_branch: true
secrets: inherit
check-failures:

View File

@ -13,5 +13,4 @@ jobs:
project: server
pull_request_number: ${{ github.event.number }}
sync_environment: true
create_branch: true
secrets: inherit