Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #669 from book000/ci/fix2
Browse files Browse the repository at this point in the history
ci: fix checkout
  • Loading branch information
book000 authored Jan 24, 2022
2 parents 17bda2d + 2400404 commit 12e7927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-system-print.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup reviewdog
uses: reviewdog/action-setup@v1
Expand Down

0 comments on commit 12e7927

Please sign in to comment.