Skip to content

Commit

Permalink
Added identifier in name conditionally
Browse files Browse the repository at this point in the history
Signed-off-by: David Correa Rodríguez <[email protected]>
  • Loading branch information
davidcr01 committed Sep 4, 2024
1 parent 44f668a commit c745143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
run-name: Test installation assistant - System ${{ inputs.SYSTEM }} - Launched by @${{ github.actor }}
name: Test installation assistant

on:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c745143

Please sign in to comment.