We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc9d20 commit ad45f5aCopy full SHA for ad45f5a
.github/actions/add-codeowners/codeowners.sh
@@ -6,7 +6,7 @@ for file in "$@"; do
6
# force write a new line at the end of the gotestsum-report.xml, or else
7
# the loop will skip the last line.
8
# fixes issue with a missing </testsuites>
9
- echo -e "\n" >> $1
+ echo -e "\n" >> $file
10
11
while read p; do
12
# we might try to report gotestsum-report.xml multiple times, so don't
0 commit comments