Optimierungen
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<qgis_maximum_version>{{QGIS_MAX}}</qgis_maximum_version>
|
||||
<experimental>{{EXPERIMENTAL}}</experimental>
|
||||
<deprecated>{{DEPRECATED}}</deprecated>
|
||||
<homepage>https://{{HOMEPAGE}}</homepage>
|
||||
<tracker>https://{{TRACKER}}/issues</tracker>
|
||||
<repository>https://{{REPOSITORY}}</repository>
|
||||
<tags>Flurbereinigung</tags>
|
||||
<changelog>{{CHANGELOG}}</changelog>
|
||||
</pyqgis_plugin >
|
||||
</pyqgis_plugin>
|
||||
|
||||
Reference in New Issue
Block a user