* m_Do_mtx

* fix author

* rm dummy file
This commit is contained in:
Pheenoh
2023-08-21 21:20:21 -06:00
committed by GitHub
parent 5601eae629
commit 1f75e16efc
3 changed files with 149 additions and 25 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
for FILE in "${FILE_ARRAY[@]}"; do
AUTHOR=$(git log -1 --pretty=format:'%an' -- $FILE)
CMD="$CMD --filename $FILE --author \"$AUTHOR\""
CMD="$CMD --filename $FILE --author '$AUTHOR'"
done
# Update the status and assignees for every issue identified