We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3948cdc commit 8a6e9dfCopy full SHA for 8a6e9df
1 file changed
tools/GitHubActions.ps1
@@ -29,7 +29,7 @@ function Add-GitHubActionsPath {
29
)
30
31
if ([string]::IsNullOrWhiteSpace($Path)) {
32
- throw "GitHub Actions path file path must not be empty."
+ throw "GitHub Actions PATH file path must not be empty."
33
}
34
35
if ([string]::IsNullOrWhiteSpace($Value)) {
0 commit comments