Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizumo-prjkt committed Dec 18, 2023
1 parent 653cc85 commit 604acd0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Empty file.
4 changes: 3 additions & 1 deletion .github/workflows/Recovery-build-shrp10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ jobs:

- name: Clone device tree
run: |
git clone ${{ github.event.inputs.DEVICE_TREE_URL }} -b ${{ github.event.inputs.DEVICE_TREE_BRANCH }} ./${{ github.event.inputs.DEVICE_PATH }}
git clone ${{ github.event.inputs.DEVICE_TREE_URL }} -b ${{ github.event.inputs.DEVICE_TREE_BRANCH }} shrp/${{ github.event.inputs.DEVICE_PATH }}
working-directory: ${{ steps.pwd.outputs.workspace-folder }}

# ./${{ github.event.inputs.DEVICE_PATH }}

- name: Clone common tree
if: |
github.event.inputs.COMMON_TREE_URL != null
Expand Down

0 comments on commit 604acd0

Please sign in to comment.