Skip to content

Commit 7c003c1

Browse files
committed
Add PSD1 license URI
1 parent df5f583 commit 7c003c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@
107107
PSData = @{
108108
# Tags applied to this module. These help with module discovery in online galleries.
109109
Tags = @(
110-
'Action',
111-
'Actions',
112-
'GitHub',
113-
'Toolkit'
110+
'action',
111+
'actions',
112+
'github',
113+
'toolkit'
114114
)
115115

116116
# A URL to the license for this module.
117-
# LicenseUri = ''
117+
LicenseUri = 'https://github.com/hugoalh-studio/ghactions-toolkit-powershell/blob/main/LICENSE.md'
118118

119119
# A URL to the main website for this project.
120120
ProjectUri = 'https://github.com/hugoalh-studio/ghactions-toolkit-powershell'

0 commit comments

Comments
 (0)