We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc44c1 commit 12008deCopy full SHA for 12008de
.github/workflows/Auto-Release.yml
@@ -1,6 +1,6 @@
1
name: Auto-Release
2
3
-run-name: Auto-Release - [${{ github.event.pull_request.title }} \#${{ github.event.pull_request.number }}] by @${{ github.actor }}
+run-name: "Auto-Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
5
on:
6
pull_request_target:
.github/workflows/Linter.yml
@@ -1,5 +1,7 @@
name: Linter
+run-name: "Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
+
7
branches:
0 commit comments