diff --git a/scripts/switch_sync_repo.R b/.github/switch_sync_repo.R similarity index 100% rename from scripts/switch_sync_repo.R rename to .github/switch_sync_repo.R diff --git a/.github/workflows/test-send-updates.yml b/.github/workflows/test-send-updates.yml index 20fe74f9..71a2e023 100644 --- a/.github/workflows/test-send-updates.yml +++ b/.github/workflows/test-send-updates.yml @@ -29,7 +29,7 @@ jobs: run: | cp .github/sync.yml .github/test-sync.yml # Switch out repo argument - Rscript --vanilla scripts/switch_sync_repo.R --repo ${{ github.event.inputs.repo }} + Rscript --vanilla .github/switch_sync_repo.R --repo ${{ github.event.inputs.repo }} - name: Run Mechanics File Sync uses: BetaHuhn/repo-file-sync-action@v1.17.1