From 7b21ecfb598b6606d9e07fbf032165168c61bfaa Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Wed, 7 Oct 2020 00:25:03 -0500 Subject: [PATCH] ci(pr): checkout base_ref --- .github/workflows/official-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/official-pr.yml b/.github/workflows/official-pr.yml index b46df76a..4fe3539c 100644 --- a/.github/workflows/official-pr.yml +++ b/.github/workflows/official-pr.yml @@ -22,7 +22,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