Skip to content

Commit

Permalink
Update Make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azwhikaru authored Jul 24, 2021
1 parent 7575850 commit c6e619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "::set-output name=pwd::$(pwd)"
git config --global user.name "${{ steps.var.outputs.git_username }}"
git config --global user.email "${{ steps.var.outputs.git_email }}"
repo init --depth=1 -u git://${{ steps.var.outputs.twrp_url }}.git -b ${{ steps.var.outputs.twrp_branch }}
repo init --depth=1 -u ${{ steps.var.outputs.twrp_url }} -b ${{ steps.var.outputs.twrp_branch }}
mkdir .repo/local_manifests
id: pwd

Expand Down

0 comments on commit c6e619c

Please sign in to comment.