1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

Revert "Maybe no wildcard now?"

This reverts commit 61898d1f91fe8f59eb988b79ffce93f24552b92c.
This commit is contained in:
Athanasius 2020-07-28 18:12:48 +01:00
parent dc8497cd9b
commit c71d718c55

@ -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