Skip to content

Commit 7e063ce

Browse files
authored
Merge pull request azwhikaru#87 from ArcticAquila/main
Add some function to SSH Key task
2 parents d3b2a13 + 9918bfb commit 7e063ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/Recovery Build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,14 @@ jobs:
8383
java-version: '8'
8484

8585
- name: Setup SSH Keys
86-
if: ${{ startsWith(github.event.inputs.MANIFEST_URL, '[email protected]') }}
86+
if: ${{ startsWith(github.event.inputs.MANIFEST_URL, '[email protected]') ||
87+
startsWith(github.event.inputs.DEVICE_TREE_URL, '[email protected]') ||
88+
startsWith(github.event.inputs.COMMON_TREE_URL, '[email protected]') }}
8789
uses: webfactory/[email protected]
8890
with:
8991
ssh-private-key: |
90-
${{ secrets.SSH_PRIVATE_KEY }}
92+
${{ secrets.SSH_PRIVATE_KEY }}
93+
9194
9295
- name: Install repo
9396
run: |

0 commit comments

Comments
 (0)