We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ebfc89 + f28414e commit 90a8a5aCopy full SHA for 90a8a5a
1 file changed
action.yml
@@ -27,7 +27,7 @@ runs:
27
uses: actions/checkout@v3
28
29
- name: "Get deploy keys for Abi dependencies"
30
- if: ${{ inputs.ABI_DATABASE_GATEWAY_DEPLOY_KEY != '' && inputs.LIBBY_DEPLOY_KEY != '' && inputs.ABI_AI_GATEWAY_KEY != '' }}
+ if: ${{ inputs.ABI_DATABASE_GATEWAY_DEPLOY_KEY != '' || inputs.LIBBY_DEPLOY_KEY != '' || inputs.ABI_AI_GATEWAY_KEY != '' }}
31
uses: webfactory/ssh-agent@v0.7.0
32
with:
33
ssh-private-key: |
0 commit comments