Skip to content

Commit 9f1fd6f

Browse files
authored
Add tag/branch name to build step
This exposes the name of the branch or tag that the Build Loop step is running. This helps show users what is being built (and thus a history) in the GitHub Actions view.
1 parent 433d4d6 commit 9f1fd6f

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)