mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 13:56:44 +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:
|
||||
description: 'The SHA of the latest commit (automatically set)'
|
||||
required: false
|
||||
default: ${{ github.sha }}
|
||||
default: '${{ github.sha }}'
|
||||
TOKEN:
|
||||
description: 'The GitHub access token to allow us to retrieve, create and update issues (automatically set)'
|
||||
required: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user