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

This commit is contained in:
2025-09-11 10:44:28 +08:00
parent da7cb33061
commit 780dc748bc

View File

@@ -29,7 +29,7 @@ jobs:
wget -q --header="Authorization: token ${{ secrets.TOKEN }}" \
--spider https://git.crash.work/api/v1/user || echo "wget test failed"
- name: Test git access
- name: Test git access
run: |
echo "Testing git clone with token..."
git clone https://${{ secrets.TOKEN }}@git.crash.work/herryyun/checkout.git /tmp/test-checkout
@@ -37,7 +37,7 @@ jobs:
env:
GIT_TERMINAL_PROMPT: 0
- name: Checkout repository
- name: Checkout repository
uses: herryyun/checkout@v4.0.0
with:
token: ${{ secrets.TOKEN }}