Source branch fix.

This commit is contained in:
Viacheslav Kudinov 2021-06-11 15:21:56 +02:00
parent c3e692e86f
commit e6f08bedca
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
git config --local user.email "$(git log --format='%ae' HEAD^!)" git config --local user.email "$(git log --format='%ae' HEAD^!)"
git config --local user.name "$(git log --format='%an' HEAD^!)" git config --local user.name "$(git log --format='%an' HEAD^!)"
git remote add github "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git" git remote add github "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git"
git pull github {{ github.head_ref }} --ff-only git pull github ${{ github.head_ref }} --ff-only
git add . git add .
if [ -z "$(git status --porcelain)" ]; then if [ -z "$(git status --porcelain)" ]; then
exit 0 exit 0