Skip to content

Commit

Permalink
Add tag/branch name to build step
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dekimsey committed Mar 21, 2023
1 parent 433d4d6 commit 9f1fd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 4. Build Loop
run-name: Build Loop
run-name: Build Loop ${{ github.ref_name }}
on:
workflow_dispatch:

Expand Down

0 comments on commit 9f1fd6f

Please sign in to comment.