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:
parent
0115e5c6ba
commit
9259afd344
4
.github/workflows/pr-checks.yml
vendored
4
.github/workflows/pr-checks.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user