We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef77093 commit c835a64Copy full SHA for c835a64
1 file changed
action.yml
@@ -96,6 +96,7 @@ runs:
96
- name: 'Run Gemini CLI'
97
env:
98
GEMINI_API_KEY: '${{ env.GEMINI_API_KEY }}'
99
+ SURFACE: 'GitHub'
100
PROMPT: '${{ inputs.prompt }}'
101
shell: 'bash'
102
run: |
0 commit comments