mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Revert "Need at least one JSON key ?"
This reverts commit f509d974c1eb926bc1640ba3c2703518ac972136.
This commit is contained in:
parent
ba437aecd3
commit
9b2db0c2e2
@ -17,7 +17,7 @@ jobs:
|
||||
matrix: ${{ steps.set-allowed.outputs.allowed }}
|
||||
steps:
|
||||
- id: set-allowed
|
||||
run: echo '::set-output name=allowed::{"allowed":["Athanasius"]}'
|
||||
run: echo '::set-output name=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.allowed.*), github.actor) }}
|
||||
if: ${{ contains(fromJson(needs.set_allowed.outputs.allowed.*), github.actor) }}
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user