-
Notifications
You must be signed in to change notification settings - Fork 7
47 lines (42 loc) · 1.41 KB
/
dump.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: Dump
on:
push:
paths-ignore:
- '*.md'
branches: [ main ]
defaults:
run:
shell: bash
env:
ROM_URL: https://587st7-my.sharepoint.com/personal/tejas101k_587st7_onmicrosoft_com/_layouts/15/download.aspx?SourceUrl=%2Fpersonal%2Ftejas101k_587st7_onmicrosoft_com%2FDocuments%2Fyamb%2Fhrom_s20r_port_vendor_j6lte%2FVENDOR.img
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/dumprx/docker:latest
options: --privileged
steps:
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main
- name: Checkouts
uses: actions/checkout@v3
- name: Clone Dumpyara
run: |
git clone https://github.com/dumprx/DumprX dumper
- name: Setup Dumpyara environment
working-directory: dumper
run: |
sudo bash setup.sh
git config --global user.name "atharvnegi"
git config --global user.email "[email protected]"
- name: Setup config envs
working-directory: dumper
run: |
echo "${{ secrets.GIT_TOKEN }}" > .github_token
echo "${{ secrets.GIT_ORG_NAME }}" > .github_orgname
echo "${{ secrets.BOT_TOKEN }}" > .tg_token
echo "${{ secrets.CHAT_ID }}" > .tg_chat
- name: Running Dumpyara
working-directory: dumper
run: |
./dumper.sh $ROM_URL