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

Revert "No nesting ${{..}}"

This reverts commit 9ed541f0e00a5041e8308228fb6a8bff32ceb01c.
This commit is contained in:
Athanasius 2020-07-28 18:12:53 +01:00
parent 0736bbf97b
commit 51f92b3793

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