From e6f08bedca1d202ea7beb23222ad48d7b6b55c4b Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Fri, 11 Jun 2021 15:21:56 +0200 Subject: [PATCH] Source branch fix. --- .github/workflows/build-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-action.yaml b/.github/workflows/build-action.yaml index 37802fb..28fd27b 100644 --- a/.github/workflows/build-action.yaml +++ b/.github/workflows/build-action.yaml @@ -68,7 +68,7 @@ jobs: git config --local user.email "$(git log --format='%ae' 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 pull github {{ github.head_ref }} --ff-only + git pull github ${{ github.head_ref }} --ff-only git add . if [ -z "$(git status --porcelain)" ]; then exit 0