Skip to content

Commit

Permalink
Fix linting issues for the deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything committed Jul 24, 2024
1 parent 17ba7fa commit eca367c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ on:
workflow_dispatch:
inputs:
gitRef:
description: 'Commit, tag or branch name to deploy'
description: "Commit, tag or branch name to deploy"
required: true
type: string
environment:
description: 'Environment to deploy to'
description: "Environment to deploy to"
required: true
type: choice
options:
- integration
- staging
- production
default: 'integration'
- integration
- staging
- production
default: "integration"
release:
types: [released]

Expand Down

0 comments on commit eca367c

Please sign in to comment.