1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

chore: new attempt

This commit is contained in:
Nuno Góis 2025-07-02 17:57:53 +01:00
parent 8c47f85fe7
commit 6a40833004
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -230,7 +230,7 @@ jobs:
${{ inputs.api_key_env_name }}: ${{ secrets.api_key_env_value }} ${{ inputs.api_key_env_name }}: ${{ secrets.api_key_env_value }}
run: | run: |
mapfile -d '' FILES < <(cat "${{ steps.find_files.outputs.file_list }}") mapfile -d '' FILES < <(cat "${{ steps.find_files.outputs.file_list }}")
aider --model "${{ inputs.model }}" --yes "${FILES[@]}" --message-file cleanup_prompt.txt --no-attribute-author --no-attribute-committer --no-attribute-co-authored-by \ aider --model "${{ inputs.model }}" --yes --no-attribute-author --no-attribute-committer --no-attribute-co-authored-by "${FILES[@]}" --message-file cleanup_prompt.txt \
| tee aider_output.txt | tee aider_output.txt
SUMMARY=$(sed -n '/=== AI Flag Cleanup Summary Start ===/,/=== AI Flag Cleanup Summary End ===/{ SUMMARY=$(sed -n '/=== AI Flag Cleanup Summary Start ===/,/=== AI Flag Cleanup Summary End ===/{