Merge pull request #1357 from ttshivers/pr_sha
ci(pr): checkout base_ref
This commit is contained in:
commit
b8aba8ba25
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: docker-node
|
path: docker-node
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{ github.base_ref }}
|
||||||
fetch-depth: 50
|
fetch-depth: 50
|
||||||
|
|
||||||
- name: Checkout the official-images repo
|
- name: Checkout the official-images repo
|
||||||
|
|
Loading…
Reference in New Issue