Skip to content

Commit

Permalink
Update dump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvnegi authored May 11, 2024
1 parent eebb7c3 commit fc353c4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,26 @@ jobs:
steps:
- name: Checkouts
uses: actions/checkout@v3

- name: Clone Dumpyara
run: |
git clone https://github.com/DumprX/DumprX ~/dump
sudo apt install neofetch -y
git clone https://github.com/fw-dumps/DumprX dumper
sudo apt install python3-pip -y
sudo apt install -y f2fs-tools
- name: Setup Dumpyara environment
working-directory: dumper
run: |
cd ~/dump
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: |
cd ~/dump
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: |
cd ~/dump
./dumper.sh "$ROM_URL"
./dumper.sh $ROM_URL

0 comments on commit fc353c4

Please sign in to comment.