Skip to content

Commit 7ad8666

Browse files
committed
Added environment option on Action
1 parent 68c0844 commit 7ad8666

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88
default: 'no'
99
environment:
1010
description: 'Which environment do you want to deploy to?'
11-
options:
12-
- prod
13-
- pgvle
11+
type: environment
1412

1513
permissions:
1614
id-token: write

0 commit comments

Comments
 (0)