We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shared-actions/telemetry-impls/ensure-otel-cli-available/action.yml
Line 16 in 30afe08
We should probably use something like
if ! command -v otel-cli 2>&1 >/dev/null
to check if the command exists first. Otherwise we get log output like
/home/runner/work/_temp/4bb311e7-86b2-4596-8ba4-3c1572bb63be.sh: line 1: otel-cli: command not found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
shared-actions/telemetry-impls/ensure-otel-cli-available/action.yml
Line 16 in 30afe08
We should probably use something like
to check if the command exists first. Otherwise we get log output like
The text was updated successfully, but these errors were encountered: