1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-07 19:03:23 +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}' echo '::set-env name=PYFILES::${PYFILES}'
- name: Set up Python 3.7 - name: Set up Python 3.7
if: ${{ env.PYFILES != "" }} if: ${{ env.PYFILES != '' }}
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.7 python-version: 3.7
- name: Annotate with Flake8 - name: Annotate with Flake8
if: ${{ env.PYFILES != "" }} if: ${{ env.PYFILES != '' }}
uses: "tayfun/flake8-your-pr@master" uses: "tayfun/flake8-your-pr@master"
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}