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:
parent
8c47f85fe7
commit
6a40833004
2
.github/workflows/ai-flag-cleanup-pr.yml
vendored
2
.github/workflows/ai-flag-cleanup-pr.yml
vendored
@ -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 ===/{
|
||||||
|
Loading…
Reference in New Issue
Block a user