From d876317df68003c8eb2de99bf772872d75afa3f4 Mon Sep 17 00:00:00 2001 From: jspijker Date: Wed, 7 Dec 2022 10:08:24 +0100 Subject: [PATCH] Show OS in run-name --- .github/workflows/cura-all-installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-all-installers.yml b/.github/workflows/cura-all-installers.yml index e0d69bf04c..a1fb34f936 100644 --- a/.github/workflows/cura-all-installers.yml +++ b/.github/workflows/cura-all-installers.yml @@ -1,5 +1,5 @@ name: Cura All Installers -run-name: ${{ inputs.cura_conan_version }} for ${{ if inputs.build_windows then "Windows" }} ${{ if inputs.build_macos then "Mac" }} ${{ if inputs.build_linux then "Linux" }} +run-name: ${{ inputs.cura_conan_version }} for ${{ if inputs.build_windows then Windows }} ${{ if inputs.build_macos then Mac }} ${{ if inputs.build_linux then Linux }} on: workflow_dispatch: