We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a43c2eb + 7b21ecf commit b8aba8bCopy full SHA for b8aba8b
.github/workflows/official-pr.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v2
24
with:
25
path: docker-node
26
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.base_ref }}
27
fetch-depth: 50
28
29
- name: Checkout the official-images repo
0 commit comments