diff --git a/.github/workflows/sync-to-org.yaml b/.github/workflows/sync-to-org.yaml index d035035..bd7e535 100644 --- a/.github/workflows/sync-to-org.yaml +++ b/.github/workflows/sync-to-org.yaml @@ -23,4 +23,4 @@ jobs: ORG_PAT: ${{ secrets.ORG_PAT }} run: | git remote add org https://x-access-token:${ORG_PAT}@github.com/BorchLab/scRepertoire.git - git push org master --force + git push org master --force --verbose