File tree Expand file tree Collapse file tree 8 files changed +32
-0
lines changed
Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 5757 )
5858 timeout-minutes : 10
5959 runs-on : ' ubuntu-latest'
60+ env :
61+ ACTIONS_STEP_DEBUG : true # Default to debug logging
6062
6163 steps :
6264 - name : ' Generate GitHub App Token'
@@ -203,8 +205,10 @@ jobs:
203205 gcp_service_account : ' ${{ vars.SERVICE_ACCOUNT_EMAIL }}'
204206 use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
205207 use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
208+ # Default to debug logging. Disable debug logging by removing '"debug": true,'
206209 settings : |-
207210 {
211+ "debug": true,
208212 "maxSessionTurns": 50,
209213 "telemetry": {
210214 "enabled": true,
Original file line number Diff line number Diff line change 4141 )
4242 timeout-minutes : 5
4343 runs-on : ' ubuntu-latest'
44+ env :
45+ ACTIONS_STEP_DEBUG : true # Default to debug logging
4446
4547 steps :
4648 - name : ' Checkout repository'
7375 gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
7476 use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
7577 use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
78+ # Default to debug logging. Disable debug logging by removing '"debug": true,'
7679 settings : |-
7780 {
81+ "debug": true,
7882 "maxSessionTurns": 25,
7983 "coreTools": [
8084 "run_shell_command(echo)",
Original file line number Diff line number Diff line change 2323 triage-issues :
2424 timeout-minutes : 5
2525 runs-on : ' ubuntu-latest'
26+ env :
27+ ACTIONS_STEP_DEBUG : true # Default to debug logging
2628
2729 steps :
2830 - name : ' Checkout repository'
8183 gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
8284 use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
8385 use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
86+ # Default to debug logging. Disable debug logging by removing '"debug": true,'
8487 settings : |-
8588 {
89+ "debug": true,
8690 "maxSessionTurns": 25,
8791 "coreTools": [
8892 "run_shell_command(echo)",
Original file line number Diff line number Diff line change 6262 )
6363 timeout-minutes : 5
6464 runs-on : ' ubuntu-latest'
65+ env :
66+ ACTIONS_STEP_DEBUG : true # Default to debug logging
6567
6668 steps :
6769 - name : ' Checkout PR code'
@@ -159,8 +161,10 @@ jobs:
159161 gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
160162 use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
161163 use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
164+ # Default to debug logging. Disable debug logging by removing '"debug": true,'
162165 settings : |-
163166 {
167+ "debug": true,
164168 "maxSessionTurns": 20,
165169 "mcpServers": {
166170 "github": {
Original file line number Diff line number Diff line change 5757 )
5858 timeout-minutes : 10
5959 runs-on : ' ubuntu-latest'
60+ env :
61+ ACTIONS_STEP_DEBUG : true # Default to debug logging
6062
6163 steps :
6264 - name : ' Generate GitHub App Token'
@@ -203,8 +205,10 @@ jobs:
203205 gcp_service_account : ' ${{ vars.SERVICE_ACCOUNT_EMAIL }}'
204206 use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
205207 use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
208+ # Default to debug logging. Disable debug logging by removing '"debug": true,'
206209 settings : |-
207210 {
211+ "debug": true,
208212 "maxSessionTurns": 50,
209213 "telemetry": {
210214 "enabled": false,
Original file line number Diff line number Diff line change 4141 )
4242 timeout-minutes : 5
4343 runs-on : ' ubuntu-latest'
44+ env :
45+ ACTIONS_STEP_DEBUG : true # Default to debug logging
4446
4547 steps :
4648 - name : ' Checkout repository'
7375 gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
7476 use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
7577 use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
78+ # Default to debug logging. Disable debug logging by removing '"debug": true,'
7679 settings : |-
7780 {
81+ "debug": true,
7882 "maxSessionTurns": 25,
7983 "coreTools": [
8084 "run_shell_command(echo)",
Original file line number Diff line number Diff line change 2323 triage-issues :
2424 timeout-minutes : 5
2525 runs-on : ' ubuntu-latest'
26+ env :
27+ ACTIONS_STEP_DEBUG : true # Default to debug logging
2628
2729 steps :
2830 - name : ' Checkout repository'
8183 gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
8284 use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
8385 use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
86+ # Default to debug logging. Disable debug logging by removing '"debug": true,'
8487 settings : |-
8588 {
89+ "debug": true,
8690 "maxSessionTurns": 25,
8791 "coreTools": [
8892 "run_shell_command(echo)",
Original file line number Diff line number Diff line change 6262 )
6363 timeout-minutes : 5
6464 runs-on : ' ubuntu-latest'
65+ env :
66+ ACTIONS_STEP_DEBUG : true # Default to debug logging
6567
6668 steps :
6769 - name : ' Checkout PR code'
@@ -159,8 +161,10 @@ jobs:
159161 gemini_api_key : ' ${{ secrets.GEMINI_API_KEY }}'
160162 use_vertex_ai : ' ${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
161163 use_gemini_code_assist : ' ${{ vars.GOOGLE_GENAI_USE_GCA }}'
164+ # Default to debug logging. Disable debug logging by removing '"debug": true,'
162165 settings : |-
163166 {
167+ "debug": true,
164168 "maxSessionTurns": 20,
165169 "mcpServers": {
166170 "github": {
You can’t perform that action at this time.
0 commit comments