Skip to content

Commit

Permalink
modified the order of 'repository:' in the 2nd checkout, and added re…
Browse files Browse the repository at this point in the history
…f: in after-validate-submission.yaml
  • Loading branch information
kjsato committed Mar 12, 2024
1 parent d8c4010 commit e6d7be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/after-validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
- name: Checkout and push to another repository
uses: actions/checkout@v2
with:
repository: HopkinsIDD/rsv-forecast-hub_data
#repository: kjsato/rsv-forecast-hub_data
repository: HopkinsIDD/rsv-forecast-hub_data
token: ${{ secrets.KJ3_PATC }}
path: ./rsv-forecast-hub_data
fetch-depth: 2
ref: main

- name: Copy new files
run: |
Expand Down

0 comments on commit e6d7be5

Please sign in to comment.