Skip to content

Commit 1ca716f

Browse files
authored
ci: build workflow dynamic name
1 parent 3c6a60e commit 1ca716f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build and Release
2-
run-name: Build {{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
2+
run-name: Build ${{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
33

44
on:
55
push:

0 commit comments

Comments
 (0)