mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user