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
The animated progress bar is nice in an interactive terminal, but it's really junking up our CI logs.
(also there seem to be extra newlines in the summary table)
A similar discussion exists in this issue about the unicorn: #1001
I'm using balena-cli 17.5.1 in GitHub Actions via the community-cli-action like this:
17.5.1
- name: balena push uses: balena-labs-research/[email protected] with: balena_token: ${{ secrets.balena-token }} balena_cli_version: 17.5.1 balena_cli_commands: > push ${{ inputs.balena-fleet }} --note CI-${{ github.ref_name }}.${{ github.sha }} --release-tag origin ci-${{ github.ref_name }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The animated progress bar is nice in an interactive terminal, but it's really junking up our CI logs.
(also there seem to be extra newlines in the summary table)
A similar discussion exists in this issue about the unicorn: #1001
I'm using balena-cli
17.5.1
in GitHub Actions via the community-cli-action like this:The text was updated successfully, but these errors were encountered: