Skip to content

Commit dd4ecc5

Browse files
committed
Update workflow (debug)
1 parent f3e8c81 commit dd4ecc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-ai-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
script: |
4949
const env = ${{ toJson(env) }}
50-
core.setFailed('Missing one or more secrets:', Object.keys(env).join(','))
50+
core.setFailed('Missing one or more secrets:', env)
5151
- name: Check out repository code
5252
uses: actions/checkout@v4
5353
with:

0 commit comments

Comments
 (0)