mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-14 22:32:11 +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
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# https://github.com/actions/checkout
|
||||||
- name: Checkout commits
|
- name: Checkout commits
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user