chore: add ref

This commit is contained in:
zernonia 2024-01-16 19:04:03 +08:00
parent 55f569e5b7
commit 19293c300d

View File

@ -52,6 +52,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
fetch-depth: 0
# Run a build step here
- name: Setup Node.js environment