File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
- name : Set commit message for manual dispatch
129
129
if : ${{ github.event_name == 'workflow_dispatch' }}
130
130
run : |
131
- echo "AUTHOR=@ ${{ github.event.sender.login }}" >> "$GITHUB_ENV"
131
+ echo "AUTHOR=${{ github.event.sender.login }}" >> "$GITHUB_ENV"
132
132
echo "REASON=${{ github.event.inputs.message }}" >> "$GITHUB_ENV"
133
133
- name : Set commit message for schedule
134
134
if : ${{ github.event_name == 'schedule' }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pr_body: |
26
26
>
27
27
> | **Trigger-message** |
28
28
> | - |
29
- > | {{ author }}: {{ reason }} |
29
+ > | @ {{ author }}: {{ reason }} |
30
30
31
31
> [!TIP]
32
32
> Please update the change type as appropriate.
You can’t perform that action at this time.
0 commit comments