summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2023-08-21 21:20:21 -0600
committerGitHub <noreply@github.com>2023-08-22 06:20:21 +0300
commit1f75e16efc3771cb0958ca23613f17d3bee13eeb (patch)
tree0e78d707c4b087e92b1f521d597ff60338848ff7 /.github
parent5601eae62978c5dc2cc706b5655bd63b380f4918 (diff)
m_Do_mtx (#1893)
* m_Do_mtx * fix author * rm dummy file
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ok-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ok-check.yml b/.github/workflows/ok-check.yml
index 5ce685aea3..0706175789 100644
--- a/.github/workflows/ok-check.yml
+++ b/.github/workflows/ok-check.yml
@@ -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