Skip to content

Commit 3b6a44a

Browse files
Merge pull request #27 from marcelloraffaele/fix-test
Refactor undeploy workflow to remove unnecessary input options
2 parents c07587b + 526d13f commit 3b6a44a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/undeploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ name: Delete Azure Resource Group
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
appenv:
7-
type: choice
8-
description: Choose the target environment
9-
options:
10-
- dev
11-
- test
12-
- prod
135

146
jobs:
157
destroy:

0 commit comments

Comments
 (0)