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