[GHA] set xterm in generate-files

This commit is contained in:
Mitchell Krog 2021-06-21 12:26:11 +02:00
parent 9bb1ad9d7b
commit d23f26b7ca
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -41,10 +41,13 @@
# SOFTWARE.
# ------------------------------------------------------------------------------
set -e
set -o pipefail
TERM=xterm
# ------------------------
# Set Terminal Font Colors
# ------------------------
bold=$(tput bold)
red=$(tput setaf 1)
green=$(tput setaf 2)