Skip to content

Commit

Permalink
Fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Johx22 committed Apr 19, 2022
1 parent f288be0 commit a1c2479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
ls
pwd
wget -O recovery.img $${{github.event.inputs.RECOVERY_URL }}
wget -O recovery.img ${{github.event.inputs.RECOVERY_URL }}
- name: Patch Process-1
run: |
Expand Down

0 comments on commit a1c2479

Please sign in to comment.