Skip to content

Commit

Permalink
🩹 [Refactor]: Standardize comment formatting and clean up parameter d…
Browse files Browse the repository at this point in the history
…eclaration in `GHAPI.ps1`
  • Loading branch information
MariusStorhaug committed Dec 4, 2024
1 parent 52b22ca commit 3d30c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/utilities/GHAPI.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# API Authorization
# API Authorization
# https://docs.github.com/en/rest/overview/other-authentication-methods


Expand All @@ -13,7 +13,7 @@ $GHAPIBaseURI = 'https://api.github.com'

Function Get-GHActionRun {
[CmdletBinding()]
param ()
param()

# API Reference
# https://docs.github.com/en/rest/reference/actions#list-workflow-runs-for-a-repository
Expand Down

0 comments on commit 3d30c1f

Please sign in to comment.