Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/Action-Test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# checkov:skip=CKV_GHA_7:Using tag references for better readability and maintenance
name: Action-Test

run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/TestWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
}

LogGroup 'Get-GitHubRepository' {
Get-GitHubRepository | Out-String
Get-GitHubRepository -Owner PSModule | Out-String
Comment thread
MariusStorhaug marked this conversation as resolved.
Outdated
}

ActionTestWithUSERFGPAT:
Expand All @@ -438,7 +438,7 @@ jobs:
}

LogGroup 'Get-GitHubRepository' {
Get-GitHubRepository | Out-String
Get-GitHubRepository -Owner PSModule | Out-String
}

ActionTestWithORGFGPAT:
Expand All @@ -464,7 +464,7 @@ jobs:
}

LogGroup 'Get-GitHubRepository' {
Get-GitHubRepository | Out-String
Get-GitHubRepository -Owner PSModule | Out-String
}

ActionTestWithGitHubAppEnt:
Expand Down
Loading