We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d48d13 commit f31b5c7Copy full SHA for f31b5c7
action.yml
@@ -91,6 +91,7 @@ runs:
91
INPUT_GCP_SERVICE_ACCOUNT_PRESENT: "${{ inputs.gcp_service_account != '' }}"
92
INPUT_USE_VERTEX_AI: '${{ inputs.use_vertex_ai }}'
93
INPUT_USE_GEMINI_CODE_ASSIST: '${{ inputs.use_gemini_code_assist }}'
94
+
95
- name: 'Configure Gemini CLI'
96
if: |-
97
${{ inputs.settings != '' }}
scripts/validate-inputs.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
set -euo pipefail
3
4
# Emit a clear warning in three places without failing the step:
0 commit comments