Skip to content

Commit efff0b3

Browse files
🩹 [Patch]: Fix casing in module requirements and function calls in PowerShell scripts
1 parent b4e6207 commit efff0b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎scripts/info.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Modules GitHub
1+
#Requires -Modules GitHub
22

33
[CmdletBinding()]
44
param()

‎tests/info.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#Requires -Modules GitHub
22

33
LogGroup ' - Get-GithubEventData' {
4-
Get-GithubEventData | Format-List
4+
Get-GitHubEventData | Format-List
55
}
66

77
LogGroup ' - Get-GithubRunnerData' {
8-
Get-GithubRunnerData | Format-List
8+
Get-GitHubRunnerData | Format-List
99
}

0 commit comments

Comments
 (0)