This commit is contained in:
archer 2025-04-07 10:29:19 +08:00
parent 32ae14f281
commit 4207ecaaaa
No known key found for this signature in database
GPG Key ID: 4446499B846D4A9E

View File

@ -18,7 +18,9 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2