Skip to content

Commit a924dc6

Browse files
🩹 [Enhancement]: Add CLI user and repository debug logging to workflow
1 parent 394363d commit a924dc6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,9 @@ jobs:
7575
7676
LogGroup "CLI user debug" {
7777
$env:GH_DEBUG = 'api'
78-
gh user
78+
gh api user
79+
}
80+
81+
LogGroup "CLI repository debug" {
82+
gh api repos/${{ github.repository }}
7983
}

0 commit comments

Comments
 (0)