Skip to content

Commit fe9b50b

Browse files
committed
Update pull_upstream.yml
1 parent 004566b commit fe9b50b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: List files with merge conflicts
4848
shell: bash
4949
run: |
50-
echo "Please resolve merge conflicts within the following files:\n" >> .pr-body.md
50+
echo "Please resolve merge conflicts within the following files:" >> .pr-body.md
5151
git diff --name-only --diff-filter=U --relative | awk '{print "- " $0}' >> .pr-body.md
5252
5353
- name: Commit

0 commit comments

Comments
 (0)