1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 02:17:38 +03:00

Single quotes then ?

This commit is contained in:
Athanasius 2020-07-28 16:29:42 +01:00
parent a93cfb5ed8
commit a548d383a3

View File

@ -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 }}