소스 검색

show build-refname value in Deploy Docs workflow name

Dan Allen 2 년 전
부모
커밋
5ac63ed64f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: