summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Duesterhus <tim@bastelstu.be>2022-12-29 17:40:24 +0100
committerWilly Tarreau <w@1wt.eu>2023-01-03 16:28:34 +0100
commit3c9b6f639419af6fee5612602d6bb82616fa1d21 (patch)
tree38a5fd5823fe5770012213085cb142a015612de9 /.github
parent20391519c3dbc4f894daae37ccd3bdb29c1db013 (diff)
downloadhaproxy-3c9b6f639419af6fee5612602d6bb82616fa1d21.tar.gz
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.
Diffstat (limited to '.github')
-rwxr-xr-x.github/matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/matrix.py b/.github/matrix.py
index 72e6b1a85..7cd04e88a 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -20,7 +20,7 @@ else:
print("Usage: {} <ref_name>".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()