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

Correct "-run:" to "run:"

This commit is contained in:
Athanasius 2020-07-31 12:20:12 +01:00
parent 015a50d53f
commit a01c36f660

View File

@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- name: Show github context
-run: cat $GITHUB_EVENT_PATH
run: cat $GITHUB_EVENT_PATH
- name: Set up Python 3.7
uses: actions/setup-python@v2