mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
9ef927d747
commit
6a03ae9e9c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cura-installer.yml
vendored
1
.github/workflows/cura-installer.yml
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
name: Cura Installer
|
name: Cura Installer
|
||||||
|
run-name: Cura binaries ${{ inputs.cura_conan_version }} by @${{ github.actor }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue