Skip to content

Commit

Permalink
Merge pull request #87 from ArcticAquila/main
Browse files Browse the repository at this point in the history
Add some function to SSH Key task
  • Loading branch information
azwhikaru authored Mar 18, 2024
2 parents d3b2a13 + 9918bfb commit 7e063ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,14 @@ jobs:
java-version: '8'

- name: Setup SSH Keys
if: ${{ startsWith(github.event.inputs.MANIFEST_URL, '[email protected]') }}
if: ${{ startsWith(github.event.inputs.MANIFEST_URL, '[email protected]') ||
startsWith(github.event.inputs.DEVICE_TREE_URL, '[email protected]') ||
startsWith(github.event.inputs.COMMON_TREE_URL, '[email protected]') }}
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY }}
${{ secrets.SSH_PRIVATE_KEY }}
- name: Install repo
run: |
Expand Down

0 comments on commit 7e063ce

Please sign in to comment.