Skip to content

Commit

Permalink
Update CustomPiOS image builder
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Mar 22, 2024
1 parent 6d5eff1 commit eaf76af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/image-builder-from-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'guysoft/CustomPiOS'
ref: '${{ github.event.inputs.tagCustomPiOS }}'
path: CustomPiOS

- name: Select CustomPiOS version
if: github.event.inputs.tagCustomPiOS != ''
run: |
cd CustomPiOS
git reset --hard ${{ github.event.inputs.tagCustomPiOS }}
- name: Prepare HyperHDR module
run: |
cd CustomPiOS
Expand Down

0 comments on commit eaf76af

Please sign in to comment.