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 3042c43 commit e10177d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ on:
required: true
default: 'v1.0.0'
environment:
description: 'Deployment environment (fallback or default)'
description: 'Deployment environment'
required: true>
default: 'default'
type: choice
options:
- fallback
- default
- FALLBACK
- PROD

jobs:
version-switch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
inputs:
environment:
required: true
description: "WordPress environment (STAGING, PROD)"
default: "STAGING"
description: "WordPress environment"
type: choice
options:
- STAGING
- PROD
Expand Down

0 comments on commit e10177d

Please sign in to comment.