mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: host_tools: Introduce a tool to update fp
This commit is contained in:
parent
340f28fe4b
commit
2fd6a2cb26
4 changed files with 209 additions and 0 deletions
17
.github/workflows/update_fp.yml
vendored
Normal file
17
.github/workflows/update_fp.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: check fp update
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 7 * * 2,5'
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: bash universal7885-common/host-tools/update_fp.sh
|
||||
Loading…
Reference in a new issue