Skip to content

Commit

Permalink
feat: add Ned's forks for NIDAP-Community
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed May 31, 2024
1 parent 58cae12 commit 6e84c00
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sync-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,18 @@ jobs:
- name: sync forked repos
run: |
gh repo sync ${{ matrix.FORK_OWNER }}/${{ matrix.REPO }} --source $UPSTREAM_OWNER/${{ matrix.REPO }} --force
sync-nidap:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
FORK_OWNER: [NIDAP-Community]
REPO:
- CPTR-9-Weigert-DSP-Analysis
- CPTR_5_DSP_Krug
- CPTR_6_DSP_Annunziata
steps:
- name: sync forked repos
run: |
gh repo sync ${{ matrix.FORK_OWNER }}/${{ matrix.REPO }} --source $UPSTREAM_OWNER/${{ matrix.REPO }} --force

0 comments on commit 6e84c00

Please sign in to comment.