Skip to content

Commit baed3ef

Browse files
committed
build: add new dry_run feature
1 parent dd9eeb6 commit baed3ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ inputs:
4545
description: 'Max amount of iterations (15s increments) to wait for a deployment'
4646
required: false
4747
default: '60'
48+
dry_run:
49+
description: 'Whether to skip all AWS related steps.'
50+
required: false
51+
default: 'false'
4852
runs:
4953
using: 'docker'
5054
image: 'Dockerfile'

0 commit comments

Comments
 (0)