diff --git a/.github/workflows/weekly-pr-summary.yml b/.github/workflows/weekly-pr-summary.yml index 07b1cad3be..f4f31f4144 100644 --- a/.github/workflows/weekly-pr-summary.yml +++ b/.github/workflows/weekly-pr-summary.yml @@ -95,8 +95,11 @@ jobs: ## Saving the Markdown Output: After generating the markdown summary, save it to a file, BUT DO NOT COMMIT IT TO THE REPOSITORY. + + ## Write tool issue: + - If the Write tool returns an error, create the summary.md file with the echo bash command. claude_args: | - --allowedTools "Bash" + --allowedTools "Edit,MultiEdit,Write,Read,Glob,Grep,LS,Bash" - name: Send Summary to Windmill if: hashFiles('summary.md') != ''