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

Commit

Permalink
ci: Fix checkout wrong commit in auto-build (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo committed Jul 15, 2021
1 parent 937b1ce commit 14ce73d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-build.yml
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 14ce73d

Please sign in to comment.