Merge pull request #1357 from ttshivers/pr_sha

ci(pr): checkout base_ref
This commit is contained in:
Nick Schonning 2020-10-07 20:10:52 -04:00 committed by GitHub
commit b8aba8ba25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2
with:
path: docker-node
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.base_ref }}
fetch-depth: 50
- name: Checkout the official-images repo