]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/shared.sh
Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez
[rust.git] / src / ci / shared.sh
index 98120f5dff95dafb63b62f2a8ac64221b88b73bb..0bfd7ff26cf0ee5c2aab9c70f2d660310f450263 100644 (file)
@@ -99,7 +99,7 @@ function ciCommandAddPath {
     if isAzurePipelines; then
         echo "##vso[task.prependpath]${path}"
     elif isGitHubActions; then
-        echo "::add-path::${value}"
+        echo "::add-path::${path}"
     else
         echo "ciCommandAddPath only works inside CI!"
         exit 1