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

View File

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