From c56171b5d9a3840587a9916042add4cfeb8480bb Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Mon, 9 Aug 2021 19:51:24 -0400 Subject: [PATCH] add --set-upstream (#20745) --- .github/workflows/sync-single-english-index.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-single-english-index.yml b/.github/workflows/sync-single-english-index.yml index 8a528abb00..cc4eb41e89 100644 --- a/.github/workflows/sync-single-english-index.yml +++ b/.github/workflows/sync-single-english-index.yml @@ -57,8 +57,8 @@ jobs: echo 'git config user.email action@github.com' git config user.email action@github.com echo 'git commit -am "update search indexes"' - git commit -am "update search indexes" + git commit -am 'update search indexes' echo 'git lfs push --all origin' git lfs push --all origin - echo 'git push origin $GITHUB_HEAD_REF' - git push origin $GITHUB_HEAD_REF + echo 'git push origin' $GITHUB_HEAD_REF '--set-upstream' + git push origin $GITHUB_HEAD_REF --set-upstream