We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e6207 commit efff0b3Copy full SHA for efff0b3
‎scripts/info.ps1
@@ -1,4 +1,4 @@
1
-#Requires -Modules GitHub
+#Requires -Modules GitHub
2
3
[CmdletBinding()]
4
param()
‎tests/info.ps1
@@ -1,9 +1,9 @@
#Requires -Modules GitHub
LogGroup ' - Get-GithubEventData' {
- Get-GithubEventData | Format-List
+ Get-GitHubEventData | Format-List
5
}
6
7
LogGroup ' - Get-GithubRunnerData' {
8
- Get-GithubRunnerData | Format-List
+ Get-GitHubRunnerData | Format-List
9
0 commit comments