From: Tim Duesterhus Date: Thu, 29 Dec 2022 16:40:24 +0000 (+0100) Subject: CI: Improve headline in matrix.py X-Git-Tag: v2.8-dev1~24 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c9b6f639419af6fee5612602d6bb82616fa1d21;p=thirdparty%2Fhaproxy.git CI: Improve headline in matrix.py Since 4a04cd35ae89bf6a3bb7620f7a49804de3240ac4 (CI: github: split ssl lib selection based on git branch) the branch, instead of the workflow type is passed. The headline should reflect that. --- diff --git a/.github/matrix.py b/.github/matrix.py index 72e6b1a852..7cd04e88a6 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -20,7 +20,7 @@ else: print("Usage: {} ".format(sys.argv[0]), file=sys.stderr) sys.exit(1) -print("Generating matrix for type '{}'.".format(ref_name)) +print("Generating matrix for branch '{}'.".format(ref_name)) def clean_ssl(ssl): return ssl.replace("_VERSION", "").lower()