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 consistency in YAML syntax.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
3a8525d1d7
commit
365551c214
@ -11,7 +11,7 @@ inputs:
|
||||
REPO:
|
||||
description: "The path to the repository where the action will be used, e.g. 'alstr/my-repo' (automatically set)"
|
||||
required: false
|
||||
default: ${{ github.repository }}
|
||||
default: '${{ github.repository }}'
|
||||
BEFORE:
|
||||
description: 'The SHA of the last pushed commit (automatically set)'
|
||||
required: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user