Skip to content

Commit be64883

Browse files
authored
Merge pull request #1354 from ttshivers/fix_pr
ci(pr): fix auto-pr using non-current commit
2 parents 0ccc093 + 5bc0ce8 commit be64883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/official-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/checkout@v2
2323
with:
2424
path: docker-node
25+
ref: ${{ github.event.pull_request.head.ref }}
2526
fetch-depth: 50
2627

2728
- name: Checkout the official-images repo

0 commit comments

Comments
 (0)