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