Skip to content

Commit 0d92eb5

Browse files
committed
Fix syntax
Signed-off-by: Crola1702 <[email protected]>
1 parent 87557ba commit 0d92eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
aws sts get-caller-identity
3030
- name: Run nightly upload
3131
run: |
32-
[[ -z "${AWS_ACCESS_KEY_ID}" ]] echo "key_id defined"
33-
[[ -z "${AWS_SECRET_ACCESS_KEY}" ]] echo "secret_key defined"
32+
[[ -z "${AWS_ACCESS_KEY_ID}" ]] && echo "key_id defined"
33+
[[ -z "${AWS_SECRET_ACCESS_KEY}" ]] && echo "secret_key defined"
3434
cd tools && ./build_docs.sh all
3535
shell: bash
3636
env:

0 commit comments

Comments
 (0)