Skip to content

Commit ed37e19

Browse files
committed
fixup! TO-DROP: try out fix to not upload package archives upon quick_remove
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 62055d3 commit ed37e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-packages-from-pacman-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Clone build-extra
3232
shell: bash
33-
run: git clone --depth 1 --single-branch -b main https://github.com/dscho/build-extra /usr/src/pacman-helper-quick-remove-follow-up
33+
run: git clone --depth 1 --single-branch -b pacman-helper-quick-remove-follow-up https://github.com/dscho/build-extra /usr/src/build-extra
3434

3535
- name: Get GPG key(s)
3636
timeout-minutes: 5

0 commit comments

Comments
 (0)