From e6d7be5380e691c1ec0587bb2c64a62e072d9a12 Mon Sep 17 00:00:00 2001 From: kjsato Date: Tue, 12 Mar 2024 08:59:21 -0400 Subject: [PATCH] modified the order of 'repository:' in the 2nd checkout, and added ref: in after-validate-submission.yaml --- .github/workflows/after-validate-submission.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/after-validate-submission.yaml b/.github/workflows/after-validate-submission.yaml index df7e98a6..d18f75d0 100644 --- a/.github/workflows/after-validate-submission.yaml +++ b/.github/workflows/after-validate-submission.yaml @@ -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: |