fix: resolve YAML parse error in codeant workflow
All checks were successful
CodeAnt AI Review - Stage 1 / codeant-review (push) Successful in 52s
All checks were successful
CodeAnt AI Review - Stage 1 / codeant-review (push) Successful in 52s
This commit is contained in:
@@ -122,9 +122,7 @@ jobs:
|
|||||||
|
|
||||||
# Pace requests to avoid backend throttling on CI runners.
|
# Pace requests to avoid backend throttling on CI runners.
|
||||||
sleep 12
|
sleep 12
|
||||||
done <<EOF
|
done <<< "${CHANGED_FILES}"
|
||||||
${CHANGED_FILES}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
if [ "$FAILED" -eq 1 ]; then
|
if [ "$FAILED" -eq 1 ]; then
|
||||||
echo "Completed with API instability; some files may be partially reviewed." | tee -a review.txt
|
echo "Completed with API instability; some files may be partially reviewed." | tee -a review.txt
|
||||||
@@ -154,9 +152,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
sleep 12
|
sleep 12
|
||||||
done <<EOF
|
done <<< "${CHANGED_FILES}"
|
||||||
${CHANGED_FILES}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
if [ "$FAILED" -eq 1 ]; then
|
if [ "$FAILED" -eq 1 ]; then
|
||||||
echo "Completed with API instability; some merged files may be partially reviewed." | tee -a review.txt
|
echo "Completed with API instability; some merged files may be partially reviewed." | tee -a review.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user