diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml index 39e8959..789f8e4 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yml +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -121,7 +121,7 @@ jobs: if: inputs.REPOPICK_PATCHES != null run: | source build/envsetup.sh - repopick -g https://gerrit.twrp.me ${{ inputs.REPOPICK_PATCHES }} + repopick -Q https://gerrit.twrp.me ${{ inputs.REPOPICK_PATCHES }} working-directory: workspace continue-on-error: true