ci: fix typo

This commit is contained in:
MkQtS 2026-07-02 21:14:11 +08:00 committed by GitHub
parent e6e0eca071
commit dd625c5428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
- name: Checkout codebase
uses: actions/checkout@v7
with:
ref: ${{ github.ref }}
ref: ${{ github.sha }}
path: code
- name: Setup Go