diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 86b83f01..8a1b1d7d 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -9,7 +9,7 @@ env: REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} CONTAINER_IMAGE_NAME: ${{ vars.CONTAINER_REGISTRY }}/${{ vars.CONTAINER_IMAGE_OWNER }}/${{ vars.CONTAINER_IMAGE_NAME }}:latest jobs: - gitea-release: + build-deploy: runs-on: ubuntu-latest steps: - name: Checkout @@ -51,7 +51,7 @@ jobs: "description": "**Details:**\n- Image: `${{ env.CONTAINER_IMAGE_NAME }}`\n- Deployed by: `${{ github.actor }}`", "color": 3066993, "footer": { - "text": "Gitea Local Release Notification", + "text": "Local Release Notification", "icon_url": "https://example.com/success-icon.png" }, "timestamp": "'$(date -u +%Y-%m-%dT%H:%M:%SZ)'" @@ -68,7 +68,7 @@ jobs: "description": "**Details:**\n- Image: `${{ env.CONTAINER_IMAGE_NAME }}`\n- Attempted by: `${{ github.actor }}`", "color": 15158332, "footer": { - "text": "Gitea Local Release Notification", + "text": "Local Release Notification", "icon_url": "https://example.com/failure-icon.png" }, "timestamp": "'$(date -u +%Y-%m-%dT%H:%M:%SZ)'" diff --git a/src/pages/08_request-list/FormIssue.vue b/src/pages/08_request-list/FormIssue.vue index e455b481..0d9d646a 100644 --- a/src/pages/08_request-list/FormIssue.vue +++ b/src/pages/08_request-list/FormIssue.vue @@ -72,6 +72,7 @@ async function formDownload() { color="207 96% 32%" class="full-width" style="grid-column: span 1" + :disabled="!templateForm" @click="formDownload" > {{ $t('general.designForm') }}