From 3fe12d253ad12fa6c0c0726a3f26c879cef037f1 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 22 Jan 2025 15:50:14 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20[Docs]:=20Update=20README=20?= =?UTF-8?q?for=20clarity=20on=20GitHub=20Action=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c19377..e5c60f0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # GitHub-Script -A GitHub Action for running a PowerShell script that uses the GitHub PowerShell module. +A GitHub Action for running a PowerShell that is integrated into GitHub using the [GitHub PowerShell module](https://psmodule.io/GitHub). -For more information on available functions and automatically loaded variables, see the -[GitHub PowerShell module documentation](https://psmodule.io/GitHub). +To get started with an action that uses this action, [create a new repo from PSModule/Template-Action](https://github.com/new?template_name=Template-Action&template_owner=PSModule). ## Usage From da3e5eed70ed15649c2cf89e54ba0a9e5e8bc800 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 22 Jan 2025 15:53:48 +0100 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9D=20[Docs]:=20Clarify=20wording?= =?UTF-8?q?=20in=20README=20for=20repository=20creation=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5c60f0..72dbee8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A GitHub Action for running a PowerShell that is integrated into GitHub using the [GitHub PowerShell module](https://psmodule.io/GitHub). -To get started with an action that uses this action, [create a new repo from PSModule/Template-Action](https://github.com/new?template_name=Template-Action&template_owner=PSModule). +To get started with an action that uses this action, [create a new repository from PSModule/Template-Action](https://github.com/new?template_name=Template-Action&template_owner=PSModule). ## Usage From 2408bef3a9277db846498bb2dd14fa6e1d1b3169 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 22 Jan 2025 15:54:27 +0100 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20[Docs]:=20Improve=20wording?= =?UTF-8?q?=20in=20README=20for=20clarity=20on=20starting=20a=20GitHub=20P?= =?UTF-8?q?owerShell=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72dbee8..021e3d4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A GitHub Action for running a PowerShell that is integrated into GitHub using the [GitHub PowerShell module](https://psmodule.io/GitHub). -To get started with an action that uses this action, [create a new repository from PSModule/Template-Action](https://github.com/new?template_name=Template-Action&template_owner=PSModule). +To get started with your own GitHub PowerShell based action, [create a new repository from PSModule/Template-Action](https://github.com/new?template_name=Template-Action&template_owner=PSModule). ## Usage