Add force option

This commit is contained in:
Federico Grandi
2019-09-19 22:09:51 +02:00
parent 04cd48bddf
commit a34577c63e
3 changed files with 9 additions and 2 deletions

View File

@@ -10,6 +10,10 @@ inputs:
description: 'The email of the user that will be displayed as the author of the commit'
required: true
default: 'actions@github.com'
force:
description: 'Whether to use the force option on git add, in order to bypass eventual gitignores'
required: false
default: false
message:
description: 'The message for the commit'
required: true