From a548d383a30ca625f1a0564e7da44895244dff8c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 16:29:42 +0100 Subject: [PATCH] Single quotes then ? --- .github/workflows/pr-annotate-with-flake8.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-annotate-with-flake8.yml b/.github/workflows/pr-annotate-with-flake8.yml index 32bbdf5b..f65d7452 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -30,13 +30,13 @@ jobs: echo '::set-env name=PYFILES::${PYFILES}' - name: Set up Python 3.7 - if: ${{ env.PYFILES != "" }} + if: ${{ env.PYFILES != '' }} uses: actions/setup-python@v2 with: python-version: 3.7 - name: Annotate with Flake8 - if: ${{ env.PYFILES != "" }} + if: ${{ env.PYFILES != '' }} uses: "tayfun/flake8-your-pr@master" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}