show build-refname value in Deploy Docs workflow name

This commit is contained in:
Dan Allen 2022-12-23 04:57:23 -07:00 committed by Marcus Hert Da Coregio
parent 5855bbb378
commit 5ac63ed64f

View File

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