Skip to content

Commit

Permalink
Remove reference to branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dmejiar committed Jun 7, 2024
1 parent c3c1322 commit 16da403
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
uses: dmejiar/git-sync@v1
with:
source_repo: "git@github.com:pnnl/PTMPSI.git"
source_branch: "${{ github.event.ref }}"
destination_repo: "git@github.com:pnnl-predictive-phenomics/PTMPSI.git"
destination_branch: "${{ github.event.ref }}"
source_ssh_private_key: ${{ secrets.SOURCE_SSH_PRIVATE_KEY }}
destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }}

0 comments on commit 16da403

Please sign in to comment.