1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 02:17:38 +03:00

Revert "Try contains(['Athanasius'], github.actor)"

This reverts commit 72c201c5a1336bb7face0a5c686d114194efbdb1.
This commit is contained in:
Athanasius 2020-07-28 18:13:15 +01:00
parent e22fadd5f5
commit 7a44c28b95

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout
if: ${{ contains(['Athanasius'], github.actor) }}
if: ${{ github.actor == 'AthanasiusTEST' }}
uses: actions/checkout@v2
with:
fetch-depth: 0