File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
> ${{github.event.repository.description}}
19
19
20
20
Version ${{github.event.release.name}} (${{github.event.release.tag_name}}) just released!
21
- color: "0,114,198 "
21
+ color: "#0072C6 "
22
22
thumbnail:
23
23
url: "https://i.imgur.com/OhKCMwk.png"
24
24
fields:
Original file line number Diff line number Diff line change 1
1
# GitHub Actions Toolkit (PowerShell)
2
2
3
3
[ ` GitHubActionsToolkit.PowerShell ` ] ( https://github.com/hugoalh-studio/ghactions-toolkit-powershell )
4
+
4
5
![ PowerShell] ( https://img.shields.io/badge/PowerShell-0072C6?logo=powershell&logoColor=ffffff&style=flat-square " PowerShell ")
5
6
![ License] ( https://img.shields.io/static/v1?label=License&message=MIT&style=flat-square " License ")
6
7
[ ![ GitHub Stars] ( https://img.shields.io/github/stars/hugoalh-studio/ghactions-toolkit-powershell?label=Stars&logo=github&logoColor=ffffff&style=flat-square " GitHub Stars ")] ( https://github.com/hugoalh-studio/ghactions-toolkit-powershell/stargazers )
12
13
13
14
| ** Releases** | ** Latest** (![ GitHub Latest Release Date] ( https://img.shields.io/github/release-date/hugoalh-studio/ghactions-toolkit-powershell?label=&style=flat-square " GitHub Latest Release Date ") ) | ** Pre** (![ GitHub Latest Pre-Release Date] ( https://img.shields.io/github/release-date-pre/hugoalh-studio/ghactions-toolkit-powershell?label=&style=flat-square " GitHub Latest Pre-Release Date ") ) |
14
15
| :-:| :-:| :-:|
15
- | [ ![ GitHub] ( https://img.shields.io/badge/GitHub-24292F ?logo=github&logoColor=ffffff&style=flat-square " GitHub ")] ( https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases ) ![ GitHub Total Downloads] ( https://img.shields.io/github/downloads/hugoalh-studio/ghactions-toolkit-powershell/total?label=&style=flat-square " GitHub Total Downloads ") | ![ GitHub Latest Release Version] ( https://img.shields.io/github/release/hugoalh-studio/ghactions-toolkit-powershell?sort=semver&label=&style=flat-square " GitHub Latest Release Version ") | ![ GitHub Latest Pre-Release Version] ( https://img.shields.io/github/release/hugoalh-studio/ghactions-toolkit-powershell?include_prereleases&sort=semver&label=&style=flat-square " GitHub Latest Pre-Release Version ") |
16
+ | [ ![ GitHub] ( https://img.shields.io/badge/GitHub-181717 ?logo=github&logoColor=ffffff&style=flat-square " GitHub ")] ( https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases ) ![ GitHub Total Downloads] ( https://img.shields.io/github/downloads/hugoalh-studio/ghactions-toolkit-powershell/total?label=&style=flat-square " GitHub Total Downloads ") | ![ GitHub Latest Release Version] ( https://img.shields.io/github/release/hugoalh-studio/ghactions-toolkit-powershell?sort=semver&label=&style=flat-square " GitHub Latest Release Version ") | ![ GitHub Latest Pre-Release Version] ( https://img.shields.io/github/release/hugoalh-studio/ghactions-toolkit-powershell?include_prereleases&sort=semver&label=&style=flat-square " GitHub Latest Pre-Release Version ") |
16
17
| [ ![ PowerShell Gallery] ( https://img.shields.io/badge/PowerShell%20Gallery-0072C6?logo=powershell&logoColor=ffffff&style=flat-square " PowerShell Gallery ")] ( https://www.powershellgallery.com/packages/hugoalh.GitHubActionsToolkit ) ![ PowerShell Gallery Total Downloads] ( https://img.shields.io/powershellgallery/dt/hugoalh.GitHubActionsToolkit?label=&style=flat-square " PowerShell Gallery Total Downloads ") | ![ PowerShell Gallery Latest Release Version] ( https://img.shields.io/powershellgallery/v/hugoalh.GitHubActionsToolkit?label=&style=flat-square " PowerShell Gallery Latest Release Version ") | ![ PowerShell Gallery Latest Pre-Release Version] ( https://img.shields.io/powershellgallery/v/hugoalh.GitHubActionsToolkit?include_prereleases&label=&style=flat-square " PowerShell Gallery Latest Pre-Release Version ") |
17
18
18
19
## 📝 Description
@@ -45,9 +46,9 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Prefix 'GitHubActions' -Scop
45
46
46
47
### API
47
48
48
- | ** Legend** | ** Description** |
49
- | :-:| :--|
50
- | 🔘 | ** NodeJS Wrapper:** This dependents and requires NodeJS to invoke. |
49
+ > | ** Legend** | ** Description** |
50
+ > | :-:| :--|
51
+ > | 🔘 | ** NodeJS Wrapper:** This dependents and requires NodeJS to invoke. |
51
52
52
53
#### Function
53
54
You can’t perform that action at this time.
0 commit comments