Skip to content

Commit

Permalink
Update Recovery Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unreal3579 authored Jul 1, 2023
1 parent 560698c commit ee6a69a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@ on:
description: 'BUILD_TARGET'
required: true
default: 'recovery'
APPLYPATCH:
description: 'Apply diff.patch (true or false)'
required: true
default: yes
type: choice
options:
- yes
- no


jobs:
build:
if: github.event.repository.owner.id == github.event.sender.id
Expand Down Expand Up @@ -153,7 +145,6 @@ jobs:
swap-size-gb: 12

- name: Apply custom diff.patch
if: github.event.inputs.APPLYPATCH == 'true'
run: |
bash ${GITHUB_WORKSPACE}/workspace/${{ github.event.inputs.DEVICE_PATH }}/patches/apply-patches.sh
working-directory: ${{ steps.pwd.outputs.workspace-folder }}
Expand Down

0 comments on commit ee6a69a

Please sign in to comment.