Skip to content

Commit 052d488

Browse files
author
David Cavazos
committed
revert to join by comma
1 parent 9fff14f commit 052d488

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
@@ -83,7 +83,7 @@ jobs:
8383
- if: fromJson(env.CI_SETUP).secrets != null
8484
uses: google-github-actions/get-secretmanager-secrets@v2
8585
with:
86-
secrets: ${{ join(fromJson(env.CI_SETUP).secrets, '\n') }}
86+
secrets: ${{ join(fromJson(env.CI_SETUP).secrets) }}
8787
export_to_environment: true
8888
- name: 🛠️ Test ${{ matrix.path }}
8989
run: |

0 commit comments

Comments
 (0)