1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-05 01:43:16 +03:00

Add display of entire github context

This commit is contained in:
Athanasius 2020-07-31 11:58:13 +01:00
parent 0115e5c6ba
commit 9259afd344

View File

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