diff --git a/action.yml b/action.yml index 78660a58f..077d3d21a 100644 --- a/action.yml +++ b/action.yml @@ -158,11 +158,6 @@ runs: run: |- set -euo pipefail - # Unset GEMINI_API_KEY if empty - if [ -z "${GEMINI_API_KEY}" ]; then - unset GEMINI_API_KEY - fi - # Create a temporary directory for storing the output, and ensure it's # cleaned up later TEMP_STDOUT="$(mktemp -p "${RUNNER_TEMP}" gemini-out.XXXXXXXXXX)"