We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5f583 commit 7c003c1Copy full SHA for 7c003c1
hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1
@@ -107,14 +107,14 @@
107
PSData = @{
108
# Tags applied to this module. These help with module discovery in online galleries.
109
Tags = @(
110
- 'Action',
111
- 'Actions',
112
- 'GitHub',
113
- 'Toolkit'
+ 'action',
+ 'actions',
+ 'github',
+ 'toolkit'
114
)
115
116
# A URL to the license for this module.
117
- # LicenseUri = ''
+ LicenseUri = 'https://github.com/hugoalh-studio/ghactions-toolkit-powershell/blob/main/LICENSE.md'
118
119
# A URL to the main website for this project.
120
ProjectUri = 'https://github.com/hugoalh-studio/ghactions-toolkit-powershell'
0 commit comments