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