We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 057b5b7 + 99bfa29 commit 1ebfc89Copy full SHA for 1ebfc89
1 file changed
action.yml
@@ -27,6 +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 != '' }}
31
uses: webfactory/ssh-agent@v0.7.0
32
with:
33
ssh-private-key: |
0 commit comments