diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5e63b13c14..535d087700 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,4 +1,4 @@ -name: Linux installers +name: Linux Installer run-name: ${{ inputs.cura_conan_version }} by @${{ github.actor }} on: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 42b719f1ca..02f45385e7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: MacOS installers +name: MacOS Installer run-name: ${{ inputs.cura_conan_version }} by @${{ github.actor }} on: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c60aeee51e..ef7e986ec3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,4 +1,4 @@ -name: Windows installers +name: Windows Installer run-name: ${{ inputs.cura_conan_version }} by @${{ github.actor }} on: