Skip to content

Commit 104e9ae

Browse files
🩹 [Enhancement]: Set default value to an empty string for GitHub module version in reusable workflow
1 parent 2b7cdc8 commit 104e9ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/reusable/Test-SourceCode.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on:
3030
type: string
3131
description: Specifies the version of the GitHub module to be installed. The value must be an exact version.
3232
required: false
33+
default: ''
3334
Prerelease:
3435
type: boolean
3536
description: Whether to use a prerelease version of the 'GitHub' module.

0 commit comments

Comments
 (0)