1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

The configuration must be inside a 'with:'

This commit is contained in:
Athanasius 2020-07-26 21:00:28 +01:00
parent eddd14724e
commit 1cb1bd5725

@ -16,7 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
fetch-depth: 0
with:
fetch-depth: 0
- name: Set up Python 3.7
uses: actions/setup-python@v2
with: