更新 .gitea/workflows/build-image.yml
Some checks failed
Build Gradle Dragonwell Image / build (push) Failing after 5m10s

This commit is contained in:
2025-09-18 21:28:44 +08:00
parent 2017ede907
commit 3d21e3c83f

View File

@@ -27,7 +27,7 @@ jobs:
run: |
git config --global http.extraheader "Authorization: token ${{ secrets.TOKEN }}"
- name: Checkout repository
uses: docker/checkout@v4
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}