sign commits by default for testing
This commit is contained in:
parent
136db6a783
commit
27642d5a9e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ inputs:
|
||||||
default: false
|
default: false
|
||||||
sign-commit:
|
sign-commit:
|
||||||
description: 'Sign the commit as github-actions bot (and as custom app if a different github-token is provided)'
|
description: 'Sign the commit as github-actions bot (and as custom app if a different github-token is provided)'
|
||||||
default: false
|
default: true
|
||||||
outputs:
|
outputs:
|
||||||
pull-request-number:
|
pull-request-number:
|
||||||
description: 'The pull request number'
|
description: 'The pull request number'
|
||||||
|
|
Loading…
Reference in a new issue