From 6a03ae9e9c6cd22f33997acd1930c0479a07a408 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 5 Oct 2022 07:43:25 +0200 Subject: [PATCH] Use run-name to show version and actor New functionality which should help clarify which run is which. https://github.blog/changelog/2022-09-26-github-actions-dynamic-names-for-workflow-runs/ --- .github/workflows/cura-installer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 10e7888029..da439eeff0 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -1,4 +1,5 @@ name: Cura Installer +run-name: Cura binaries ${{ inputs.cura_conan_version }} by @${{ github.actor }} on: workflow_dispatch: