We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1684fc commit 39ada4eCopy full SHA for 39ada4e
.github/workflows/docs-build.yml
@@ -1,5 +1,5 @@
1
name: Deploy Docs Dispatch
2
-run-name: ${{ format('{0} for {1}', github.workflow, github.event.head_commit.message) }}
+run-name: "${{ format('{0} for: {1}', github.workflow, github.event.head_commit.message) }}"
3
4
on:
5
push:
0 commit comments