From b2de8ca85cc92c5c53dfad0b5565d895e3773e8e Mon Sep 17 00:00:00 2001 From: tbodt Date: Sat, 19 Oct 2024 20:23:35 -0700 Subject: [PATCH] Start mirroring 3.20 --- .github/workflows/update-alpine-repo.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-alpine-repo.yml b/.github/workflows/update-alpine-repo.yml index 7b059679..f4f2134c 100644 --- a/.github/workflows/update-alpine-repo.yml +++ b/.github/workflows/update-alpine-repo.yml @@ -27,6 +27,8 @@ jobs: deps/aports/sync-archive.sh v3.18 community/x86 deps/aports deps/aports/sync-archive.sh v3.19 main/x86 deps/aports deps/aports/sync-archive.sh v3.19 community/x86 deps/aports + deps/aports/sync-archive.sh v3.20 main/x86 deps/aports + deps/aports/sync-archive.sh v3.20 community/x86 deps/aports - name: Commit id: commit run: | @@ -38,4 +40,4 @@ jobs: continue-on-error: true - name: Push if: ${{ steps.commit.outcome == 'success' }} - run: git push \ No newline at end of file + run: git push