mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
Run 'Show github context' as first step
This commit is contained in:
parent
a01c36f660
commit
92ea8943df
8
.github/workflows/pr-checks.yml
vendored
8
.github/workflows/pr-checks.yml
vendored
@ -16,25 +16,27 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- name: Show github context
|
||||
run: cat $GITHUB_EVENT_PATH
|
||||
|
||||
- name: Checkout commits
|
||||
# https://github.com/actions/checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout base ref
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{github.base_ref}}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout head of PR
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
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