mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
16 lines
306 B
YAML
16 lines
306 B
YAML
name: check fp update
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 7 * * 2,5'
|
|
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
|