From 193cad90fa900f55c1324caa0b5601e1d38a2c67 Mon Sep 17 00:00:00 2001 From: theHumanBorch Date: Tue, 28 Jan 2025 11:22:18 -0600 Subject: [PATCH] Update sync-to-org.yaml --- .github/workflows/sync-to-org.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-to-org.yaml b/.github/workflows/sync-to-org.yaml index 1a9d6b6..12e337e 100644 --- a/.github/workflows/sync-to-org.yaml +++ b/.github/workflows/sync-to-org.yaml @@ -3,7 +3,7 @@ name: Sync to Organization Repo on: push: branches: - - master + - master jobs: sync: @@ -17,5 +17,5 @@ jobs: run: | git config --global user.name 'ncborcherding' git config --global user.email 'ncborch@gmail.com' - git remote add org https://x-access-token:${{ secrets.ORG_PAT }}@github.com/BorchLab/scRepertoire.git' - git push org_repo master --force --verbose + git remote add org https://x-access-token:${{ secrets.ORG_PAT }}@github.com/BorchLab/scRepertoire.git + git push org master --force --verbose