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

Restore changes, draft status was to blame ?

This commit is contained in:
Athanasius 2020-07-31 12:15:15 +01:00
parent 91e07a62eb
commit 43ae6dde61

View File

@ -17,6 +17,7 @@ jobs:
steps: steps:
- name: Checkout commits - name: Checkout commits
# https://github.com/actions/checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
@ -31,6 +32,9 @@ jobs:
ref: ${{github.head_ref}} ref: ${{github.head_ref}}
fetch-depth: 0 fetch-depth: 0
-name: Show github context
-run: cat $GITHUB_EVENT_PATH
- name: Set up Python 3.7 - name: Set up Python 3.7
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with: