Skip to content

Commit

Permalink
Clone wp post
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 20, 2024
1 parent e10177d commit 4603467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ on:
workflow_dispatch:
inputs:
version:
type: string
description: 'Tag version to deploy'
required: true
default: 'v1.0.0'
environment:
description: 'Deployment environment'
required: true>
required: true
default: 'default'
type: choice
options:
Expand Down

0 comments on commit 4603467

Please sign in to comment.