Skip to content

Commit b6a5a0a

Browse files
committed
Update README
1 parent 2894ea6 commit b6a5a0a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
© 2021 hugoalh Studio
3+
© 2021\~2022 hugoalh Studio
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## 📝 Description
1919

20-
A PowerShell module to create GitHub Actions easier.
20+
A PowerShell module to provide a better and easier way to GitHub Actions communicate with the runner machine.
2121

2222
## 📚 Documentation
2323

@@ -56,6 +56,7 @@ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope Local
5656
- `Get-GHActionsWebhookEventPayload`
5757
- `Set-GHActionsOutput`
5858
- `Set-GHActionsState`
59+
- `Write-GHActionsAnnotation`
5960
- `Write-GHActionsDebug`
6061
- `Write-GHActionsError`
6162
- `Write-GHActionsFail`

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
CompanyName = 'hugoalh Studio'
1919

2020
# Copyright statement for this module
21-
Copyright = 'MIT © 2021 hugoalh Studio'
21+
Copyright = 'MIT © 2021~2022 hugoalh Studio'
2222

2323
# Description of the functionality provided by this module
24-
Description = 'Create GitHub Actions easier.'
24+
Description = 'Provide a better and easier way to GitHub Actions communicate with the runner machine.'
2525

2626
# Minimum version of the PowerShell engine required by this module
2727
PowerShellVersion = '7.2'

0 commit comments

Comments
 (0)