Skip to content

Commit eaf76af

Browse files
committed
Update CustomPiOS image builder
1 parent 6d5eff1 commit eaf76af

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/image-builder-from-repo.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,9 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
repository: 'guysoft/CustomPiOS'
28+
ref: '${{ github.event.inputs.tagCustomPiOS }}'
2829
path: CustomPiOS
2930

30-
- name: Select CustomPiOS version
31-
if: github.event.inputs.tagCustomPiOS != ''
32-
run: |
33-
cd CustomPiOS
34-
git reset --hard ${{ github.event.inputs.tagCustomPiOS }}
35-
3631
- name: Prepare HyperHDR module
3732
run: |
3833
cd CustomPiOS

0 commit comments

Comments
 (0)