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

JSON must have double quotes

This commit is contained in:
Athanasius 2020-07-28 18:01:16 +01:00
parent 52306b61b7
commit d38c74d36a

View File

@ -17,7 +17,7 @@ jobs:
matrix: ${{ steps.set-allowed.outputs.allowed }}
steps:
- id: set-allowed
run: echo "::set-output name=allowed::{['Athanasius']}"
run: echo '::set-output name=allowed::{["Athanasius"]}'
flake8_annotate:
runs-on: ubuntu-18.04