This commit is contained in:
@@ -20,13 +20,20 @@ jobs:
|
|||||||
apk add --no-cache git zip curl jq rsync bash
|
apk add --no-cache git zip curl jq rsync bash
|
||||||
git config --global http.sslVerify false
|
git config --global http.sslVerify false
|
||||||
|
|
||||||
- name: Repository auschecken
|
- name: Clone Gitea repo
|
||||||
uses: actions/checkout@v3
|
run: |
|
||||||
with:
|
git clone https://$RELEASE_TOKEN:x-oauth-basic@entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git repo
|
||||||
repository: AG_QGIS/Plugin_Test_Action.git
|
env:
|
||||||
fetch-depth: 0
|
GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
token: ${{ secrets.RELEASE_TOKEN }}
|
|
||||||
git_url: https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git
|
|
||||||
|
# - name: Repository auschecken
|
||||||
|
# uses: actions/checkout@v3
|
||||||
|
# with:
|
||||||
|
# repository: AG_QGIS/Plugin_Test_Action.git
|
||||||
|
# fetch-depth: 0
|
||||||
|
# token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
# git_url: https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git
|
||||||
|
|
||||||
- name: Debug Info
|
- name: Debug Info
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user