Skip to content

Commit 8389be9

Browse files
committed
change secrets condition
1 parent 2ed52cb commit 8389be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ jobs:
101101
.map(key => `${key}:${setup.secrets[key]}`)
102102
.join('\n'),
103103
}
104+
- run: # ${{ steps.vars.outputs.result.secrets }}
104105
- name: Get Secret Manager secrets
105106
uses: google-github-actions/get-secretmanager-secrets@v2
106-
if: steps.vars.outputs.result.secrets != null
107+
if: ${{ steps.vars.outputs.result.secrets != '' }}
107108
with:
108109
secrets: ${{ steps.vars.outputs.result.secrets }}
109110
export_to_environment: true

0 commit comments

Comments
 (0)