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/
This commit is contained in:
Jelle Spijker 2022-10-05 07:43:25 +02:00
parent 9ef927d747
commit 6a03ae9e9c

View File

@ -1,4 +1,5 @@
name: Cura Installer
run-name: Cura binaries ${{ inputs.cura_conan_version }} by @${{ github.actor }}
on:
workflow_dispatch: