Skip to content

Commit 12008de

Browse files
test
1 parent 2bc44c1 commit 12008de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/Auto-Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Auto-Release
22

3-
run-name: Auto-Release - [${{ github.event.pull_request.title }} \#${{ github.event.pull_request.number }}] by @${{ github.actor }}
3+
run-name: "Auto-Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
44

55
on:
66
pull_request_target:

.github/workflows/Linter.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Linter
22

3+
run-name: "Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4+
35
on:
46
pull_request_target:
57
branches:

0 commit comments

Comments
 (0)