Skip to content

Commit 7e8613f

Browse files
committed
chore: add debug logging to pinpoint hang location
1 parent 0119108 commit 7e8613f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ runs:
234234
shell: 'bash'
235235
run: |-
236236
set -euo pipefail
237+
echo "Starting Gemini CLI installation..."
237238
238239
VERSION_INPUT="${GEMINI_CLI_VERSION:-latest}"
239240
@@ -372,6 +373,7 @@ runs:
372373
373374
374375
# Set the captured response as a step output, supporting multiline
376+
echo "Finished Gemini CLI execution."
375377
echo "gemini_response<<EOF" >> "${GITHUB_OUTPUT}"
376378
if [[ -n "${RESPONSE}" ]]; then
377379
echo "${RESPONSE}" >> "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)