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:
parent
a93cfb5ed8
commit
a548d383a3
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user