This commit is contained in:
@@ -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" .
|
||||
|
||||
Reference in New Issue
Block a user