Commit 218d383
committed
feat(workflow): add branch input to deploy workflow and remove unused Terragrunt output step
Introduce a new branch input to the workflow_dispatch trigger, allowing manual deployments to explicitly specify which branch to deploy. The input defaults to the current github.ref_name, improving flexibility for ad‑hoc or multi-branch deployment workflows.
Additionally, remove the previously commented-out Terragrunt output step to reduce noise and keep the workflow clean. No functional behavior is changed beyond enabling branch selection.1 parent 203c978 commit 218d383
1 file changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
| |||
0 commit comments