From 3d30c1f23811b43570736ec315b5a2ce465b3c1b Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 4 Dec 2024 05:10:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Refactor]:=20Standardize=20comm?= =?UTF-8?q?ent=20formatting=20and=20clean=20up=20parameter=20declaration?= =?UTF-8?q?=20in=20`GHAPI.ps1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/utilities/GHAPI.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/utilities/GHAPI.ps1 b/tools/utilities/GHAPI.ps1 index 22de92de..83080479 100644 --- a/tools/utilities/GHAPI.ps1 +++ b/tools/utilities/GHAPI.ps1 @@ -1,4 +1,4 @@ -# API Authorization +# API Authorization # https://docs.github.com/en/rest/overview/other-authentication-methods @@ -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