mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-07-01 19:03:49 +03:00
fix: set the _default_ to true (not required)
This commit is contained in:
parent
4097fe9f9e
commit
c00434d414
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ inputs:
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
commit-with-token:
|
commit-with-token:
|
||||||
description: 'Set to "true" to produce a verified commit with token'
|
description: 'Set to "true" to produce a verified commit with token'
|
||||||
required: true
|
required: false
|
||||||
default: ''
|
default: 'true'
|
||||||
commit-msg:
|
commit-msg:
|
||||||
description: 'The message provided with the commit'
|
description: 'The message provided with the commit'
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue