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

Commit

Permalink
ci: Fix checkout wrong commit in auto-build (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnyYi authored Jul 15, 2021
1 parent c9180f1 commit 3492d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Auto build
run: make build
Expand Down

0 comments on commit 3492d5f

Please sign in to comment.