Skip to content

Commit 6a14f76

Browse files
committed
Clarify what looks like bad wording
1 parent 3948cdc commit 6a14f76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/GitHubActions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function Add-GitHubActionsEnvVariable {
99
)
1010

1111
if ([string]::IsNullOrWhiteSpace($Path)) {
12-
throw "GitHub Actions environment file path must not be empty."
12+
throw "GitHub Actions GITHUB_ENV file path must not be empty."
1313
}
1414

1515
if ([string]::IsNullOrWhiteSpace($Name)) {
@@ -29,7 +29,7 @@ function Add-GitHubActionsPath {
2929
)
3030

3131
if ([string]::IsNullOrWhiteSpace($Path)) {
32-
throw "GitHub Actions path file path must not be empty."
32+
throw "GitHub Actions GITHUB_PATH file path must not be empty."
3333
}
3434

3535
if ([string]::IsNullOrWhiteSpace($Value)) {

0 commit comments

Comments
 (0)