Skip to content

Commit cdcb935

Browse files
📝 [Docs]: Add reference to the Template-Action that uses GitHub-Script (#31)
## Description This pull request includes a small change to the `README.md` file. The change updates the description of the GitHub Action to better explain its integration with the GitHub PowerShell module and provides a link to create a new repository from a template. - Fixes #29 Changes in documentation: * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L3-R5): Updated the description to clarify the integration with the GitHub PowerShell module and added a link to create a new repository from the PSModule template. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] 📖 [Docs] - [ ] 🪲 [Fix] - [ ] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 8ada046 commit cdcb935

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# GitHub-Script
22

3-
A GitHub Action for running a PowerShell script that uses the GitHub PowerShell module.
3+
A GitHub Action for running a PowerShell that is integrated into GitHub using the [GitHub PowerShell module](https://psmodule.io/GitHub).
44

5-
For more information on available functions and automatically loaded variables, see the
6-
[GitHub PowerShell module documentation](https://psmodule.io/GitHub).
5+
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).
76

87
## Usage
98

0 commit comments

Comments
 (0)