ci: build workflow dynamic name
This commit is contained in:
parent
1e99f88c44
commit
3c6a60e260
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Build and Release
|
||||
run-name: Build {{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue