mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +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:
|
REPO:
|
||||||
description: "The path to the repository where the action will be used, e.g. 'alstr/my-repo' (automatically set)"
|
description: "The path to the repository where the action will be used, e.g. 'alstr/my-repo' (automatically set)"
|
||||||
required: false
|
required: false
|
||||||
default: ${{ github.repository }}
|
default: '${{ github.repository }}'
|
||||||
BEFORE:
|
BEFORE:
|
||||||
description: 'The SHA of the last pushed commit (automatically set)'
|
description: 'The SHA of the last pushed commit (automatically set)'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user