Skip to content

Commit b49f348

Browse files
Update scripts/check_secrets.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 33335ce commit b49f348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ check_secrets()
3333

3434
# 2. Fallback for un-migrated/legacy workflows: assume secrets if in GHA.
3535
# - This maintains original behavior for workflows not yet updated with FIREBASECI_SECRETS_PRESENT.
36-
if [[ -n "${GITHUB_WORKFLOW:-}" ]]; then
36+
if [[ -n "$GITHUB_WORKFLOW" ]]; then
3737
return 0 # Assume secrets if running in GHA (legacy behavior).
3838
fi
3939

0 commit comments

Comments
 (0)