Skip to content

https://mva2.androidfilehost.com/dl/hiv8p6VMEXEa0iU3WlnDNg/1687472060… #31

https://mva2.androidfilehost.com/dl/hiv8p6VMEXEa0iU3WlnDNg/1687472060…

https://mva2.androidfilehost.com/dl/hiv8p6VMEXEa0iU3WlnDNg/1687472060… #31

Workflow file for this run

name: Dump
on:
push:
branches:
- master
env:
DUMP_URL: "https://mva2.androidfilehost.com/dl/hiv8p6VMEXEa0iU3WlnDNg/1687472060/17825722713688278910/XQ-BQ62_61.0.A.15.45_Customized+US.ftf" # Direct url to a recovery zip
jobs:
dump:
runs-on: ubuntu-latest
steps:
- name: Set up Git
uses: actions/checkout@v3
- name: Create .githubtoken file
run: echo "${{ secrets.GIT_TOKEN }}" > .githubtoken
- name: Create .tgtoken file
run: echo "${{ secrets.TELEGRAM_TOKEN }}" > .tgtoken
- name: Set up environment
run: bash setup.sh
# protobuf-compiler is required for this
#- name: Install otadump
# uses: actions-rs/install@v0.1
# with:
# crate: otadump
# version: latest
- name: Run dumpyara
run: bash dumpyara.sh "$DUMP_URL"