Skip to content
New issue

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

Fix tput: No value for $TERM and no -T specified error in GitHub Actions pipeline #345

Merged
merged 1 commit into from
May 24, 2023
Merged

Fix tput: No value for $TERM and no -T specified error in GitHub Actions pipeline #345

merged 1 commit into from
May 24, 2023

Conversation

ThomasSanson
Copy link
Sponsor Contributor

Close #312

… compatibility with some terminal emulators

The changes in these files add a step to set the TERM environment variable to xterm in the GitHub Actions workflows. This improves compatibility with some terminal emulators that may not work properly with the default value.

🔧 chore(schedule): set TERM environment variable to xterm in all scheduled PostgreSQL workflows
The TERM environment variable is set to xterm in all scheduled PostgreSQL workflows to ensure that the output is displayed correctly in the GitHub Actions logs. This change improves the readability of the logs.

🔧 chore(workflows): update YAML files to use double quotes instead of single quotes for consistency
✨ feat(workflows): add step to set TERM environment variable to xterm for better compatibility with different shells
The YAML files have been updated to use double quotes instead of single quotes for consistency. A new step has been added to set the TERM environment variable to xterm to improve compatibility with different shells.
@vitabaks vitabaks merged commit b52695e into vitabaks:master May 24, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix tput: No value for $TERM and no -T specified error in GitHub Actions pipeline
2 participants