diff --git a/.github/workflows/summarizer.yml b/.github/workflows/summarizer.yml index ea262c1..a36f5b0 100644 --- a/.github/workflows/summarizer.yml +++ b/.github/workflows/summarizer.yml @@ -26,4 +26,7 @@ jobs: env: GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: python src/main.py \ No newline at end of file + run: | + SUMMARY=$(python src/main.py) + echo "----- SUMMARY OUTPUT BELOW -----" + echo "$SUMMARY" \ No newline at end of file diff --git a/README.md b/README.md index e69de29..da6b3eb 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +# nopejs Bot + +➤ Auto-generates concise summaries for GitHub pull requests using Gemini. + +## Overview + +nopejs is a GitHub Action that triggers on PR events, analyzes the PR content, and posts a summary. \ No newline at end of file