Skip to content

Commit

Permalink
Update sync-to-org.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding authored Jan 28, 2025
1 parent 66b26e5 commit 193cad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-to-org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync to Organization Repo
on:
push:
branches:
- master
- master

jobs:
sync:
Expand All @@ -17,5 +17,5 @@ jobs:
run: |
git config --global user.name 'ncborcherding'
git config --global user.email '[email protected]'
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

0 comments on commit 193cad9

Please sign in to comment.