diff --git a/.github/workflows/takt-action.yml b/.github/workflows/takt-action.yml index 6ced26e..07571ee 100644 --- a/.github/workflows/takt-action.yml +++ b/.github/workflows/takt-action.yml @@ -23,4 +23,5 @@ jobs: with: anthropic_api_key: ${{ secrets.TAKT_ANTHROPIC_API_KEY }} model: ${{ vars.TAKT_MODEL }} - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + log_output: ${{ vars.TAKT_LOG_OUTPUT || 'false' }} \ No newline at end of file