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