From 53479d70622eeb835c8639d537dbd93913228713 Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Tue, 3 Mar 2026 12:50:40 +0100 Subject: [PATCH] Optimierungen --- .gitea/workflows/update.yml | 8 +++++--- templates/plugin.template | 5 ++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index d27828c..d9b1ebd 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -22,7 +22,9 @@ jobs: - name: Repository klonen run: | - git clone https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Repository.git repo + REPO_URL="https://${RELEASE_TOKEN}:x-oauth-basic@${{ vars.RELEASE_URL }}/Repository.git" + + git clone "$REPO_URL" repo cd repo git checkout feature/release @@ -31,7 +33,7 @@ jobs: run: | DECODED=$(echo "${{ github.event.inputs.payload }}" | base64 -d) - echo "name=$(echo "$DECODED" | jq -r '.name')" >> $GITHUB_OUTPUT + echo "name=$(echo "$DECODED" | jq -r '.name')" >> $GITHUB_OUTPUT echo "version=$(echo "$DECODED" | jq -r '.version')" >> $GITHUB_OUTPUT echo "channel=$(echo "$DECODED" | jq -r '.channel')" >> $GITHUB_OUTPUT echo "description=$(echo "$DECODED" | jq -r '.description')" >> $GITHUB_OUTPUT @@ -45,7 +47,7 @@ jobs: echo "experimental=$(echo "$DECODED" | jq -r '.experimental')" >> $GITHUB_OUTPUT echo "deprecated=$(echo "$DECODED" | jq -r '.deprecated')" >> $GITHUB_OUTPUT echo "qt6=$(echo "$DECODED" | jq -r '.qt6')" >> $GITHUB_OUTPUT - echo "id=$(echo "$DECODED" | jq -r '.id')" >> $GITHUB_OUTPUT + echo "id=$(echo "$DECODED" | jq -r '.id')" >> $GITHUB_OUTPUT echo "url=$(echo "$DECODED" | jq -r '.url')" >> $GITHUB_OUTPUT echo "changelog=$(echo "$DECODED" | jq -r '.changelog')" >> $GITHUB_OUTPUT diff --git a/templates/plugin.template b/templates/plugin.template index a21afd8..55fd91d 100644 --- a/templates/plugin.template +++ b/templates/plugin.template @@ -8,6 +8,9 @@ {{QGIS_MAX}} {{EXPERIMENTAL}} {{DEPRECATED}} + https://{{HOMEPAGE}} + https://{{TRACKER}}/issues + https://{{REPOSITORY}} Flurbereinigung {{CHANGELOG}} - +