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:
Shakar Bakr 2025-05-27 12:59:04 +03:00
parent 3a8525d1d7
commit 365551c214
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -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