Added no_commit option

This commit is contained in:
2022-01-04 16:06:43 +01:00
parent 18f406b1d0
commit d36ec0e312
3 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ inputs:
description: Should this script apply autopep8 directly or just warn?
required: false
default: false
no_commit:
description: Can be used to avoid committing the changes
required: false
default: false
runs:
using: 'docker'