Skip to content

Commit

Permalink
workflows: follow action update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharkboy committed Aug 7, 2024
1 parent c94ef74 commit 8d9758c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/magisk_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Patch boot images with Magisk
- name: Patch boot images with Magisk and Kitsune
uses: 0xsharkboy/magisk-patch-action@main
with:
devices: beyond0lte,beyond1lte,beyond2lte,beyondx,d1,d2s,d2x,f62
ota_link: https://raw.githubusercontent.com/Evolution-XYZ/OTA/udc/builds/

- name: Patch boot images with Kitsune
uses: 0xsharkboy/magisk-patch-action@main
with:
devices: beyond0lte,beyond1lte,beyond2lte,beyondx,d1,d2s,d2x,f62
ota_link: https://raw.githubusercontent.com/Evolution-XYZ/OTA/udc/builds/
args: '-k'
use_magisk: true
use_kitsune: true

- name: Get current date
id: date
Expand Down

0 comments on commit 8d9758c

Please sign in to comment.