Skip to content

Commit 496aa20

Browse files
🩹[Patch] Update action and readme (#11)
- Update action with author and brand info - Add link to PSModule framework in README.md
1 parent 9f89135 commit 496aa20

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
An action that is used to prepare the runner for PSModule framework.
44

5+
This GitHub Action is a part of the [PSModule framework](https://github.com/PSModule). It is recommended to use the [Process-PSModule workflow](https://github.com/PSModule/Process-PSModule) to automate the whole process of managing the PowerShell module.
6+
57
## Specifications and practices
68

79
Initiate-PSModule follows:

action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: Initialize-PSModule
2-
description: Prepare runner for the PSModule framework
1+
name: Initialize-PSModule (by PSModule)
2+
description: Prepare runner for the PSModule framework.
3+
author: PSModule
34
branding:
4-
icon: activity
5-
color: blue
5+
icon: loader
6+
color: gray-dark
67

78
runs:
89
using: composite

0 commit comments

Comments
 (0)