Skip to content

Commit 7cdbdd9

Browse files
🔧 [CI]: Update default settings file path in CI workflows to use PSModule.yml
1 parent 9ace780 commit 7cdbdd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
type: string
3737
description: The path to the settings file. Settings in the settings file take precedence over the action inputs.
3838
required: false
39-
default: .github/PSModule.psd1
39+
default: .github/PSModule.yml
4040
Debug:
4141
type: boolean
4242
description: Enable debug output.

‎.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
type: string
3737
description: The path to the settings file. Settings in the settings file take precedence over the action inputs.
3838
required: false
39-
default: .github/PSModule.psd1
39+
default: .github/PSModule.yml
4040
Debug:
4141
type: boolean
4242
description: Enable debug output.

0 commit comments

Comments
 (0)