We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3948cdc commit 6a14f76Copy full SHA for 6a14f76
1 file changed
tools/GitHubActions.ps1
@@ -9,7 +9,7 @@ function Add-GitHubActionsEnvVariable {
9
)
10
11
if ([string]::IsNullOrWhiteSpace($Path)) {
12
- throw "GitHub Actions environment file path must not be empty."
+ throw "GitHub Actions GITHUB_ENV file path must not be empty."
13
}
14
15
if ([string]::IsNullOrWhiteSpace($Name)) {
@@ -29,7 +29,7 @@ function Add-GitHubActionsPath {
29
30
31
32
- throw "GitHub Actions path file path must not be empty."
+ throw "GitHub Actions GITHUB_PATH file path must not be empty."
33
34
35
if ([string]::IsNullOrWhiteSpace($Value)) {
0 commit comments