CI: Improve headline in matrix.py

Since 4a04cd35ae (CI: github: split ssl lib
selection based on git branch) the branch, instead of the workflow type is
passed. The headline should reflect that.
This commit is contained in:
Tim Duesterhus 2022-12-29 17:40:24 +01:00 committed by Willy Tarreau
parent 20391519c3
commit 3c9b6f6394
1 changed files with 1 additions and 1 deletions

2
.github/matrix.py vendored
View File

@ -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()