From 9e348b73a53c8fda27cc4b7baa5c094c1e71b2ef Mon Sep 17 00:00:00 2001 From: Dmitri Chernysh Date: Sat, 1 Jun 2024 15:49:55 +0300 Subject: [PATCH] Update backup-image-to-pdf-android-repo.yml --- .github/workflows/backup-image-to-pdf-android-repo.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/backup-image-to-pdf-android-repo.yml b/.github/workflows/backup-image-to-pdf-android-repo.yml index 10841ff..6139680 100644 --- a/.github/workflows/backup-image-to-pdf-android-repo.yml +++ b/.github/workflows/backup-image-to-pdf-android-repo.yml @@ -38,17 +38,7 @@ jobs: run: | cd image-to-pdf-repo && ls -# - name: Delete all branches except master -# run: | -# cd image-to-pdf-repo && -# git ls-remote --heads ${BACKUP_REPO} | awk -F/ '! /\/master/{print $3}' | xargs -I {} git push ${BACKUP_REPO} --delete --force {} || true - - name: Push all branches to backup repo run: | cd image-to-pdf-repo && ls && git push --mirror --verbose ${BACKUP_REPO} - - # - name: Push all tags to backup repo - # run: | - # cd image-to-pdf-repo && - # git push --tags