mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-07 19:03:23 +03:00
Try contains(['Athanasius'], github.actor)
This commit is contained in:
parent
cea7d14214
commit
2375bf1995
@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
if: ${{ github.actor == 'AthanasiusTEST' }}
|
if: ${{ contains(['Athanasius'], github.actor) }}
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user