fix: cicd, checkout sha Merge pull request #3920 from sungaomeng/main

fix: cicd, checkout sha
This commit is contained in:
sungaomeng 2024-01-25 21:25:49 +08:00 committed by GitHub
commit 118e8f541c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Extract branch name
shell: bash