Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 14ce73d

Browse files
authored
ci: Fix checkout wrong commit in auto-build (#40)
1 parent 937b1ce commit 14ce73d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Checkout repository
2525
uses: actions/checkout@v2
26+
with:
27+
ref: ${{ github.event.pull_request.head.sha }}
2628

2729
- name: Auto build
2830
run: make build

0 commit comments

Comments
 (0)