Skip to content

Commit

Permalink
Update magisk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Oct 19, 2021
1 parent 7d43d93 commit 9d7a54e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/magisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "zksbot"
cd releases
ls -l
git add bebasid-magisk.zip
git commit -m "Sync magisk module: " -m "${LAST_COMMIT_MESSAGE}"
git push origin master
env:
GITHUB_TOKEN: ${{ secrets.UPDATE_TOKEN }}
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.UPDATE_TOKEN }}

0 comments on commit 9d7a54e

Please sign in to comment.