We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004566b commit fe9b50bCopy full SHA for fe9b50b
1 file changed
.github/workflows/pull_upstream.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: List files with merge conflicts
48
shell: bash
49
run: |
50
- echo "Please resolve merge conflicts within the following files:\n" >> .pr-body.md
+ echo "Please resolve merge conflicts within the following files:" >> .pr-body.md
51
git diff --name-only --diff-filter=U --relative | awk '{print "- " $0}' >> .pr-body.md
52
53
- name: Commit
0 commit comments