From 7e1bca8b4da373a9c44a065545ddde0be01887f3 Mon Sep 17 00:00:00 2001 From: Jamie Falconer Date: Fri, 18 Oct 2024 17:13:03 +0100 Subject: [PATCH] Update Recovery-Builder-TWRP.yml Signed-off-by: Jamie Falconer --- .github/workflows/Recovery-Builder-TWRP.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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