Skip to content

Commit 78cebfe

Browse files
authored
Add branch name to build name (#52)
1 parent 0ea1acf commit 78cebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 4. Build Loop
2-
run-name: Build Loop
2+
run-name: Build Loop ${{ github.ref_name }}
33
on:
44
workflow_dispatch:
55

0 commit comments

Comments
 (0)