Skip to content

Commit 2e12e94

Browse files
committedJun 30, 2024
TEST17
Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
1 parent a502f7b commit 2e12e94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/recovery.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
2626
- name: Fetch image from URL
2727
run: |
28+
wget ${{ github.event.inputs.RECOVERY_URL }}
2829
ls
2930
pwd
30-
wget ${{ github.event.inputs.RECOVERY_URL }}
31+
file vendor_boot.img
3132
3233
- name: Patch Process-1
3334
run: |

0 commit comments

Comments
 (0)