diff --git a/.github/workflows/update-test-repos.yml b/.github/workflows/update-test-repos.yml index 6edffb63..c84da98e 100644 --- a/.github/workflows/update-test-repos.yml +++ b/.github/workflows/update-test-repos.yml @@ -16,7 +16,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: next + ref: utr + # RESTORE NEXT LINE ABOVE + # ref: next - uses: actions/setup-node@v4 - run: git config user.email "david@dlaa.me" - run: git config user.name "David Anson"