Skip to content

Commit 3a4cf93

Browse files
Add ShowRateLimit: true to test jobs for each auth type
1 parent 27ecb45 commit 3a4cf93

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/TestWorkflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
Prerelease: ${{ inputs.Prerelease }}
6363
Debug: true
6464
Verbose: true
65+
ShowRateLimit: true
6566

6667
- name: Action-Test [ShowInit]
6768
uses: ./
@@ -398,6 +399,7 @@ jobs:
398399
with:
399400
Token: ''
400401
Prerelease: ${{ inputs.Prerelease }}
402+
ShowRateLimit: true
401403
Script: |
402404
LogGroup 'My group' {
403405
'This is a group'
@@ -417,6 +419,7 @@ jobs:
417419
with:
418420
Token: ${{ secrets.TEST_USER_PAT }}
419421
Prerelease: ${{ inputs.Prerelease }}
422+
ShowRateLimit: true
420423
Script: |
421424
LogGroup 'Get-GitHubUser' {
422425
Get-GitHubUser -Debug | Format-Table -AutoSize | Out-String
@@ -535,6 +538,7 @@ jobs:
535538
ClientID: '${{ secrets.TEST_APP_ORG_CLIENT_ID }}' # Test with quotes on input
536539
PrivateKey: '${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}' # Test with quotes on input
537540
Prerelease: ${{ inputs.Prerelease }}
541+
ShowRateLimit: true
538542
Script: |
539543
LogGroup 'Get-GitHubApp' {
540544
Get-GitHubApp | Format-List | Out-String

0 commit comments

Comments
 (0)