Skip to content

Commit a5f2ede

Browse files
committed
feat: Update workflow name to include repo, branch and preview
1 parent c72a6ef commit a5f2ede

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doxygen-build-and-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
default: false
1616
type: boolean
1717

18+
run-name: "Build and Publish (${{ inputs.slicer_repository }}@${{ inputs.slicer_ref }}, preview: ${{ github.event.inputs.preview }})"
19+
1820
permissions:
1921
# Needed in the publish step to update gh-pages branch
2022
contents: write

0 commit comments

Comments
 (0)