1
0
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:
Athanasius 2020-07-28 17:45:34 +01:00
parent cea7d14214
commit 2375bf1995

View File

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