Skip to content

Commit 1ebfc89

Browse files
Merge pull request #7 from abiglobalhealth/feat/check-keys-exists
feat: check keys exists to execute step
2 parents 057b5b7 + 99bfa29 commit 1ebfc89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +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 != '' }}
3031
uses: webfactory/ssh-agent@v0.7.0
3132
with:
3233
ssh-private-key: |

0 commit comments

Comments
 (0)