From 19cc344a892b03cae6dc9a0e16b2cdd161d669df Mon Sep 17 00:00:00 2001 From: Claudia Date: Mon, 13 Dec 2021 13:52:17 +0000 Subject: [PATCH] Must use single quotes in action (#318) --- .github/workflows/fork.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fork.yaml b/.github/workflows/fork.yaml index 27e01d59..5a81bd94 100644 --- a/.github/workflows/fork.yaml +++ b/.github/workflows/fork.yaml @@ -25,7 +25,7 @@ jobs: echo "${new_version}" >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - name: Create PR - if: ${{ env.NEW_VERSION != "" }} + if: ${{ env.NEW_VERSION != '' }} uses: peter-evans/create-pull-request@v3 id: cpr with: