Add support for signed commits (#3055)

This commit is contained in:
Ravi 2024-07-25 22:12:45 +09:00 committed by Peter Evans
parent 0c2a66fe4a
commit 744c8ceb5d
8 changed files with 27394 additions and 2177 deletions

View file

@ -74,6 +74,9 @@ inputs:
draft:
description: 'Create a draft pull request. It is not possible to change draft status after creation except through the web interface'
default: false
sign-commit:
description: 'Sign the commit as github-actions bot (and as custom app if a different github-token is provided)'
default: false
outputs:
pull-request-number:
description: 'The pull request number'