We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b684022 commit 90c8f92Copy full SHA for 90c8f92
action.yml
@@ -6,9 +6,13 @@ branding:
6
color: orange
7
inputs:
8
plugin-path:
9
- description: 'The path to the plugin to validate.'
+ description: The path to the plugin to validate.
10
required: false
11
default: '.'
12
+ dry-run:
13
+ description: Whether to actually commit the changes to the repository.
14
+ required: false
15
+ default: false
16
runs:
17
using: composite
18
steps:
0 commit comments