Skip to content

Commit 98f5cba

Browse files
🩹 [Enhancement]: Add default value for GitHub module version in CI workflows
1 parent 67acdcd commit 98f5cba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ on:
7676
type: string
7777
description: Specifies the version of the GitHub module to be installed. The value must be an exact version.
7878
required: false
79+
default: null
7980
Prerelease:
8081
type: boolean
8182
description: Whether to use a prerelease version of the 'GitHub' module.

‎.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ on:
8181
type: string
8282
description: Specifies the version of the GitHub module to be installed. The value must be an exact version.
8383
required: false
84+
default: null
8485
Prerelease:
8586
type: boolean
8687
description: Whether to use a prerelease version of the 'GitHub' module.

0 commit comments

Comments
 (0)