We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0119108 commit 7e8613fCopy full SHA for 7e8613f
action.yml
@@ -234,6 +234,7 @@ runs:
234
shell: 'bash'
235
run: |-
236
set -euo pipefail
237
+ echo "Starting Gemini CLI installation..."
238
239
VERSION_INPUT="${GEMINI_CLI_VERSION:-latest}"
240
@@ -372,6 +373,7 @@ runs:
372
373
374
375
# Set the captured response as a step output, supporting multiline
376
+ echo "Finished Gemini CLI execution."
377
echo "gemini_response<<EOF" >> "${GITHUB_OUTPUT}"
378
if [[ -n "${RESPONSE}" ]]; then
379
echo "${RESPONSE}" >> "${GITHUB_OUTPUT}"
0 commit comments