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:
parent
9b2db0c2e2
commit
069e7ce9e5
@ -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