From 0835a4adef7a95091952c7e9a3c94613742c321f Mon Sep 17 00:00:00 2001 From: Chris Farris Date: Sat, 9 Dec 2023 09:31:09 -0500 Subject: [PATCH] Update sync-to-test.yaml --- .github/workflows/sync-to-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-test.yaml b/.github/workflows/sync-to-test.yaml index 851f026..544c875 100644 --- a/.github/workflows/sync-to-test.yaml +++ b/.github/workflows/sync-to-test.yaml @@ -29,7 +29,7 @@ jobs: git config user.email github-actions@github.com git add Test-Links.md git commit -m "AutoGenerated Links File" - git push + git push origin HEAD:test env: S3_BUCKET: pht-cloudformation-dev