Add Run id as a parameter to the artifacts table (#2799)

Co-authored-by: Suchintan Singh <suchintansingh@gmail.com>
This commit is contained in:
Shuchang Zheng
2025-06-27 00:27:48 +09:00
committed by GitHub
parent a549e19f61
commit 43cab04454
12 changed files with 69 additions and 15 deletions

View File

@@ -141,7 +141,9 @@ function WorkflowParametersPanel() {
</span>
) : (
<span className="text-sm text-slate-400">
{parameter.parameterType}
{parameter.parameterType === "onepassword"
? "credential"
: parameter.parameterType}
</span>
)}
</div>