CI v3
CI / test (push) Failing after 11s
CI / release (push) Has been skipped

This commit is contained in:
Frog-Lover-Antony
2026-07-18 19:13:45 +03:00
parent 916ffcc4eb
commit a7c20687aa
+2
View File
@@ -26,6 +26,7 @@ jobs:
- name: Checkout Source
run: |
apk add --no-cache git
rm -rf $WS
mkdir -p $WS
cd $WS
git clone "http://x-access-token:${{ secrets.PKG_TOKEN }}@${{ env.GITEA_HOST }}/${{ github.repository }}.git" .
@@ -98,6 +99,7 @@ jobs:
- name: Checkout Source
run: |
apk add --no-cache git
rm -rf $WS
mkdir -p $WS
cd $WS
git clone "http://x-access-token:${{ secrets.PKG_TOKEN }}@${{ env.GITEA_HOST }}/${{ github.repository }}.git" .