From b5beff286df3d57a8c0ab6fa3ead9da3f08fb1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 28 Oct 2021 21:02:58 +0800 Subject: update checkPR --- .github/workflows/checkPR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/checkPR.yml') diff --git a/.github/workflows/checkPR.yml b/.github/workflows/checkPR.yml index d3a6d92e..c83bf3ab 100644 --- a/.github/workflows/checkPR.yml +++ b/.github/workflows/checkPR.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v1 with: - ref: refs/heads/master + ref: ${{ github.event.pull_request.head.sha }} submodules : recursive - uses: actboy168/setup-luamake@master - run: luamake -- cgit v1.2.3