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

Revert "JSON must have double quotes"

This reverts commit 4db2c907dfd384bb04d99492b45283af1d2e2cc7.
This commit is contained in:
Athanasius 2020-07-28 18:12:52 +01:00
parent 069e7ce9e5
commit 0736bbf97b

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