Skip to content

Commit 29939f0

Browse files
🩹 [Patch]: Rename log groups in info.ps1 for clarity and consistency
1 parent 117d0fb commit 29939f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

3-
LogGroup ' - Event Info' {
3+
LogGroup ' - Get-GithubEventData' {
44
Get-GithubEventData | Format-List
55
}
66

7-
LogGroup ' - Runner Info' {
7+
LogGroup ' - Get-GithubRunnerData' {
88
Get-GithubRunnerData | Format-List
99
}

0 commit comments

Comments
 (0)