Skip to content

Commit 90a8a5a

Browse files
Merge pull request #8 from abiglobalhealth/fix/check-keys-exists-bug
fix: change and with or
2 parents 1ebfc89 + f28414e commit 90a8a5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
uses: actions/checkout@v3
2828

2929
- name: "Get deploy keys for Abi dependencies"
30-
if: ${{ inputs.ABI_DATABASE_GATEWAY_DEPLOY_KEY != '' && inputs.LIBBY_DEPLOY_KEY != '' && inputs.ABI_AI_GATEWAY_KEY != '' }}
30+
if: ${{ inputs.ABI_DATABASE_GATEWAY_DEPLOY_KEY != '' || inputs.LIBBY_DEPLOY_KEY != '' || inputs.ABI_AI_GATEWAY_KEY != '' }}
3131
uses: webfactory/ssh-agent@v0.7.0
3232
with:
3333
ssh-private-key: |

0 commit comments

Comments
 (0)