Skip to content

Commit ad45f5a

Browse files
committed
fix: typo in parameter
1 parent bbc9d20 commit ad45f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/add-codeowners/codeowners.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ for file in "$@"; do
66
# force write a new line at the end of the gotestsum-report.xml, or else
77
# the loop will skip the last line.
88
# fixes issue with a missing </testsuites>
9-
echo -e "\n" >> $1
9+
echo -e "\n" >> $file
1010

1111
while read p; do
1212
# we might try to report gotestsum-report.xml multiple times, so don't

0 commit comments

Comments
 (0)