Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a4c95db23
|
+1
-1
@@ -78,5 +78,5 @@ echo "INFO: Installed ${yq_installed_version} in ${bin_path}"
|
||||
|
||||
# Ensure yq is in PATH for subsequent steps
|
||||
if [[ -n "${GITHUB_PATH:-}" ]]; then
|
||||
dirname "${bin_path}" >> "${GITHUB_PATH}"
|
||||
"$(dirname "${bin_path}")" >> "${GITHUB_PATH}"
|
||||
fi
|
||||
Reference in New Issue
Block a user