From 80a8201111f707a89350b40f735bccc182132680 Mon Sep 17 00:00:00 2001 From: Chris Farris Date: Sat, 9 Dec 2023 09:37:49 -0500 Subject: [PATCH] Update sync-to-test.yaml --- .github/workflows/sync-to-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-to-test.yaml b/.github/workflows/sync-to-test.yaml index 544c875..d25fe4a 100644 --- a/.github/workflows/sync-to-test.yaml +++ b/.github/workflows/sync-to-test.yaml @@ -25,6 +25,7 @@ jobs: pip install boto3 .github/workflows/index_files.py > Test-Links.md + git checkout test git config user.name github-actions git config user.email github-actions@github.com git add Test-Links.md