From 4d9429e4e7bb8d81aa047614597cea066a17c663 Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Fri, 11 Jun 2021 15:19:37 +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 9fa6fcb..d505628 100644 --- a/.github/workflows/build-action.yaml +++ b/.github/workflows/build-action.yaml @@ -74,4 +74,4 @@ jobs: exit 0 fi git commit -m "Fix a[href] in Webflow exported html" - git push github HEAD:${GITHUB_REF} + git push github HEAD:${{ github.head_ref }}