Skip to content

Commit

Permalink
Revert "lint spa-deploy.yaml"
Browse files Browse the repository at this point in the history
This reverts commit 0b9a573.
  • Loading branch information
JulianNymark committed Feb 5, 2025
1 parent 0b9a573 commit 76f00d4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions actions/spa-deploy/v2/action.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 76f00d4

Please sign in to comment.