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

Revert "Wildcard on the end ?"

This reverts commit 511e7a48d6e4dfb4b61cfc43517e7ac9a5f5d7ec.
This commit is contained in:
Athanasius 2020-07-28 18:12:51 +01:00
parent 9b2db0c2e2
commit 069e7ce9e5

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