From 76f00d44936b2301f0c7f8729a9d4cb203505b7c Mon Sep 17 00:00:00 2001 From: Julian Nymark Date: Wed, 5 Feb 2025 11:34:47 +0100 Subject: [PATCH] Revert "lint spa-deploy.yaml" This reverts commit 0b9a573327ca9b448ca67b4fe40d5a57da4edee4. --- actions/spa-deploy/v2/action.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/actions/spa-deploy/v2/action.yaml b/actions/spa-deploy/v2/action.yaml index 22fb9d7e..1d2eb5e3 100644 --- a/actions/spa-deploy/v2/action.yaml +++ b/actions/spa-deploy/v2/action.yaml @@ -1,29 +1,29 @@ -name: "SPA Deploy Action" -description: "Upload Single Page Application (SPA) to CDN and deploy to NAIS" +name: 'SPA Deploy Action' +description: 'Upload Single Page Application (SPA) to CDN and deploy to NAIS' inputs: team: - description: "Team name" + description: 'Team name' required: true app: - description: "Application name" + description: 'Application name' required: true source: - description: "Application source directory" + description: 'Application source directory' required: true environment: - description: "Environment name" + description: 'Environment name' required: true tenant: - description: "Tenant slug" + description: 'Tenant slug' default: "nav" required: true ingress: - description: "Application ingress URL" + description: 'Application ingress URL' required: true ingressClass: - description: "Ingress class" + description: 'Ingress class' required: false - default: "" + default: '' project_id: description: "Google Cloud project ID where buckets are hosted" required: false