Skip to content

Commit 6efc62a

Browse files
authored
fix: delete-deployments dry-run input (#1430)
1 parent 91e0bc9 commit 6efc62a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/famous-pants-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"delete-deployments": patch
3+
---
4+
5+
fix: default dry-run input

actions/delete-deployments/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ inputs:
1919

2020
dry-run:
2121
required: false
22+
default: "false"
2223
description: Whether to actually delete deployments or not
2324

2425
num-of-pages:

0 commit comments

Comments
 (0)