mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update default value in action.yml to use single quotes for the Git SHA input, ensuring consistency in YAML syntax.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
365551c214
commit
2a3018bad5
@ -27,7 +27,7 @@ inputs:
|
|||||||
SHA:
|
SHA:
|
||||||
description: 'The SHA of the latest commit (automatically set)'
|
description: 'The SHA of the latest commit (automatically set)'
|
||||||
required: false
|
required: false
|
||||||
default: ${{ github.sha }}
|
default: '${{ github.sha }}'
|
||||||
TOKEN:
|
TOKEN:
|
||||||
description: 'The GitHub access token to allow us to retrieve, create and update issues (automatically set)'
|
description: 'The GitHub access token to allow us to retrieve, create and update issues (automatically set)'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user