We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87557ba commit 0d92eb5Copy full SHA for 0d92eb5
.github/workflows/nightly-upload.yml
@@ -29,8 +29,8 @@ jobs:
29
aws sts get-caller-identity
30
- name: Run nightly upload
31
run: |
32
- [[ -z "${AWS_ACCESS_KEY_ID}" ]] echo "key_id defined"
33
- [[ -z "${AWS_SECRET_ACCESS_KEY}" ]] echo "secret_key defined"
+ [[ -z "${AWS_ACCESS_KEY_ID}" ]] && echo "key_id defined"
+ [[ -z "${AWS_SECRET_ACCESS_KEY}" ]] && echo "secret_key defined"
34
cd tools && ./build_docs.sh all
35
shell: bash
36
env:
0 commit comments