Skip to content

Commit fabce81

Browse files
author
David Cavazos
committed
change secrets condition
1 parent 2ed52cb commit fabce81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
}
104104
- name: Get Secret Manager secrets
105105
uses: google-github-actions/get-secretmanager-secrets@v2
106-
if: steps.vars.outputs.result.secrets != null
106+
if: ${{ steps.vars.outputs.result.secrets }}
107107
with:
108108
secrets: ${{ steps.vars.outputs.result.secrets }}
109109
export_to_environment: true

0 commit comments

Comments
 (0)