Skip to content

Commit

Permalink
Add branch name to run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Nov 10, 2024
1 parent 1bef635 commit 6e07266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and deploy
run-name: ${{ github.event.workflow_run.head_commit.message }}
run-name: "[${{ github.event.workflow_run.head_branch }}] ${{ github.event.workflow_run.head_commit.message }}"

on:
workflow_run:
Expand Down

0 comments on commit 6e07266

Please sign in to comment.