1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Merge pull request #8919 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-08-10 10:07:28 +10:00
committed by GitHub

View File

@@ -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