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:
parent
0736bbf97b
commit
51f92b3793
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user