更新 .gitea/workflows/build-image.yml
Some checks failed
Build Gradle Dragonwell Image / build (push) Failing after 5m10s
Some checks failed
Build Gradle Dragonwell Image / build (push) Failing after 5m10s
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global http.extraheader "Authorization: token ${{ secrets.TOKEN }}"
|
git config --global http.extraheader "Authorization: token ${{ secrets.TOKEN }}"
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: docker/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user