diff --git a/.github/workflows/scripts/check-docs.sh b/.github/workflows/scripts/check-docs.sh index fec40a1..d0becf0 100755 --- a/.github/workflows/scripts/check-docs.sh +++ b/.github/workflows/scripts/check-docs.sh @@ -24,8 +24,8 @@ fi if ! command -v yq &> /dev/null; then case "$(uname -s)" in - Darwin*) echo brew install yq;; - Linux*) echo apt -q update && apt -yq install yq;; + Darwin*) brew install yq;; + Linux*) apt -q update && apt -yq install yq;; esac fi