Skip to content

Commit

Permalink
Better build run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Sep 24, 2024
1 parent 413462c commit 89dfa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Publish new build
run-name: Publish new images for "${{ github.ref_name }}" triggered by ${{ github.actor }}
run-name: "Publish new images for ${{ github.ref_name }} triggered by ${{ github.actor }}; version: ${{ inputs.version || 'N/A'}}"

on:
pull_request:
Expand Down

0 comments on commit 89dfa04

Please sign in to comment.