Skip to content

Commit 65995fd

Browse files
author
LocalIdentity
committed
Update action name
1 parent 8c4e65b commit 65995fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Port changes to PoB2
2+
run-name: "Port PR #${{ github.event.pull_request.number || inputs.pr_number }} - ${{ github.event.pull_request.title || 'Manual dispatch' }}"
23

34
on:
45
pull_request_target:

.github/workflows/backport_receive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Update code with code from PoB2
2-
run-name: "PR #${{ github.event.client_payload.id }} ${{ github.event.client_payload.title }}"
2+
run-name: "PR #${{ github.event.client_payload.id }} - ${{ github.event.client_payload.title }}"
33

44
on:
55
repository_dispatch:

0 commit comments

Comments
 (0)