Skip to content

Commit 90c8f92

Browse files
committed
add a dry-run mode
this will let us test ourself without actually making changes
1 parent b684022 commit 90c8f92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ branding:
66
color: orange
77
inputs:
88
plugin-path:
9-
description: 'The path to the plugin to validate.'
9+
description: The path to the plugin to validate.
1010
required: false
1111
default: '.'
12+
dry-run:
13+
description: Whether to actually commit the changes to the repository.
14+
required: false
15+
default: false
1216
runs:
1317
using: composite
1418
steps:

0 commit comments

Comments
 (0)