Skip to content

Commit 5fa3477

Browse files
authored
Merge pull request #47 from dekimsey/patch-1
Add tag/branch name to build step
2 parents 433d4d6 + 9f1fd6f commit 5fa3477

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)