Skip to content

Commit ae9ca09

Browse files
committed
ci: fix wrong variable name in shared.sh's ciCommandAddPath
1 parent d9278f7 commit ae9ca09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function ciCommandAddPath {
9999
if isAzurePipelines; then
100100
echo "##vso[task.prependpath]${path}"
101101
elif isGitHubActions; then
102-
echo "::add-path::${value}"
102+
echo "::add-path::${path}"
103103
else
104104
echo "ciCommandAddPath only works inside CI!"
105105
exit 1

0 commit comments

Comments
 (0)