We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3b2a13 + 9918bfb commit 7e063ceCopy full SHA for 7e063ce
.github/workflows/Recovery Build.yml
@@ -83,11 +83,14 @@ jobs:
83
java-version: '8'
84
85
- name: Setup SSH Keys
86
- if: ${{ startsWith(github.event.inputs.MANIFEST_URL, 'git@github.com') }}
+ if: ${{ startsWith(github.event.inputs.MANIFEST_URL, 'git@github.com') ||
87
+ startsWith(github.event.inputs.DEVICE_TREE_URL, 'git@github.com') ||
88
+ startsWith(github.event.inputs.COMMON_TREE_URL, 'git@github.com') }}
89
uses: webfactory/ssh-agent@v0.5.4
90
with:
91
ssh-private-key: |
- ${{ secrets.SSH_PRIVATE_KEY }}
92
+ ${{ secrets.SSH_PRIVATE_KEY }}
93
+
94
95
- name: Install repo
96
run: |
0 commit comments