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

View File

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