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 2436ae4 commit a1684fcCopy full SHA for a1684fc
.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.push.head_commit.message) }}
+run-name: ${{ format('{0} for {1}', github.workflow, github.event.head_commit.message) }}
3
4
on:
5
push:
0 commit comments