1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-30 23:29:30 +03:00

Comment about the check being wrong

This gets the branch rolling for a PR
This commit is contained in:
Athanasius 2020-07-31 13:36:49 +01:00
parent f2cfa6ca1d
commit b75e2ec2b1

View File

@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
# This check isn't correct, it only worked for branches within the
# repo.
if: ${{ github.actor == 'Athanasius' }}
uses: actions/checkout@v2
with: