From 6457a03b3365cb7b87ba8c46fcc45f08e1d74c01 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 6 Jul 2025 06:12:03 +0000 Subject: [PATCH] wip --- .github/workflows/update-test-repos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"