Fix ref names in run titles

This commit is contained in:
Jordan Dominion
2024-08-16 23:21:12 -04:00
parent c1296b1b13
commit 5c42a15455
+1 -1
View File
@@ -17,7 +17,7 @@
# - apt repo: https://github.com/tgstation/tgstation-ppa
# - winget: https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/Tgstation/Server
name: 'CI Pipeline'
run-name: CI Pipeline [${{ inputs.distinct_id && inputs.distinct_id || github.head_ref }}]
run-name: CI Pipeline [${{ inputs.distinct_id && inputs.distinct_id || github.ref_name }}]
on:
schedule: