1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-04 09:31:12 +03:00

No nesting ${{..}}

This commit is contained in:
Athanasius 2020-07-28 17:58:23 +01:00
parent 5dd17cacae
commit 52306b61b7

View File

@ -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), github.actor) }}
uses: actions/checkout@v2
with:
fetch-depth: 0