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

Need at least one JSON key ?

This commit is contained in:
Athanasius 2020-07-28 18:06:01 +01:00
parent 01354dc1ec
commit 32190a6ebc

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::{"allowed":["Athanasius"]}'
flake8_annotate:
runs-on: ubuntu-18.04
@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout
if: ${{ contains(fromJson(needs.set_allowed.outputs.allowed.*), github.actor) }}
if: ${{ contains(fromJson(needs.set_allowed.outputs.allowed.allowed.*), github.actor) }}
uses: actions/checkout@v2
with:
fetch-depth: 0