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:
parent
52306b61b7
commit
d38c74d36a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user