Skip to content

Commit

Permalink
Update GitHub Actions workflow to improve run name formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hofmann <oss@hoffe.org>
  • Loading branch information
hoffe86 committed Dec 30, 2024
1 parent 8a855c3 commit d684ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "openHAB Build and Release app"
run-name: app-${{github.run_id }}
run-name: run-${{github.head_ref || github.ref_name}}-${{github.run_number}}

env:
BuildDirectory: '${{github.workspace}}\build'
Expand Down

0 comments on commit d684ee0

Please sign in to comment.