Browse Source

show build-refname value in Deploy Docs workflow name

Dan Allen 2 years ago
parent
commit
5ac63ed64f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/deploy-docs.yml

+ 1 - 0
.github/workflows/deploy-docs.yml

@@ -1,4 +1,5 @@
 name: Deploy Docs
+run-name: ${{ format('{0} ({1})', github.workflow, github.event.inputs.build-refname || 'all') }}
 on:
   workflow_dispatch:
     inputs: