Skip to content

Conversation

@megha1188
Copy link
Contributor

@megha1188 megha1188 commented Dec 11, 2025

This pull request enhances the run-gemini-cli GitHub action by adding a detailed job summary for each execution.
The summary provides users with a clear and easily accessible overview of the action's execution directly in the GitHub UI. It includes the following information:

  • Prompt: The input prompt sent to the Gemini CLI.
  • Response: The output received from the Gemini CLI.
  • Error: Any errors that occurred during the execution.
    This will improve the user experience by making it easier to debug workflows and view the results of the Gemini CLI without needing to dig into the logs. The summary is generated as a markdown block and appended to the GITHUB_STEP_SUMMARY file.

The summary will appear in summary tab of action as can be seen here - https://screenshot.googleplex.com/ZvquTnsH8ESZRCf

Issue #179

Copy link

@jacob314 jacob314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@MJjainam MJjainam enabled auto-merge (squash) December 15, 2025 09:42
@MJjainam MJjainam merged commit dd858da into google-github-actions:main Dec 15, 2025
28 checks passed
parthasaradhie pushed a commit that referenced this pull request Dec 16, 2025
## What's Changed
* fix #371 use JSON output of gemini cli by @gsehgal in
#402
* fix: detect silent failures in gemini-cli by checking for invalid JSO…
by @megha1188 in
#406
* chore: Add Prettier and pre-commit hook for consistent formatting,
applying initial format fixes across documentation and examples. by
@parthasaradhie in
#409
* Rename `DEBUG` input to `GEMINI_DEBUG` and pass `--debug` flag to CLI.
by @parthasaradhie in
#407
* ci: auto update GitHub Actions using dependabot by @JamBalaya56562 in
#398
* Add job summary for Gemini CLI execution by @megha1188 in
#423

## New Contributors
* @megha1188 made their first contribution in
#406
* @parthasaradhie made their first contribution in
#409

**Full Changelog**:
v0.1.16...v0.1.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants