Skip to content

Commit

Permalink
chore: rename description
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 23, 2024
1 parent e40460f commit 9782d7a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/stack-delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,9 @@ on:
workflow_dispatch:
inputs:
ENVIRONMENT:
description: 'Environment to deploy to'
description: 'Environment to delete stack from'
required: true
type: string
# workflow_call:
# inputs:
# ENVIRONMENT:
# description: 'Environment to deploy to'
# required: true
# default: 'master'
# type: string
# SHOULD_SEED_DB:
# description: 'Seed the database?'
# required: false
# default: false
# type: boolean
# outputs:
# SERVICE_URL:
# description: 'API Gateway endpoints'
# value: ${{ jobs.deploy_to_env.outputs.SERVICE_URL }}

permissions:
id-token: write
Expand Down

0 comments on commit 9782d7a

Please sign in to comment.