From c745143f7457a48a219babebbfbf3e019cac1c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Wed, 4 Sep 2024 10:42:36 +0200 Subject: [PATCH] Added identifier in name conditionally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Correa Rodríguez --- .github/workflows/Test_installation_assistant.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Test_installation_assistant.yml b/.github/workflows/Test_installation_assistant.yml index f3ceb8d..3eceaa0 100644 --- a/.github/workflows/Test_installation_assistant.yml +++ b/.github/workflows/Test_installation_assistant.yml @@ -1,4 +1,3 @@ -run-name: Test installation assistant - System ${{ inputs.SYSTEM }} - Launched by @${{ github.actor }} name: Test installation assistant on: @@ -58,6 +57,9 @@ on: description: 'Unique identifier for this run' required: false +run-name: >- + Test installation assistant ${{ inputs.IDENTIFIER != 0 && format (' - ID: {0}', inputs.IDENTIFIER) || '' }} - System ${{ inputs.SYSTEM }} - Launched by @${{ github.actor }} + env: COMPOSITE_NAME: "linux-SUBNAME-amd64" SESSION_NAME: "Installation-Assistant-Test"