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 a367551 commit 5347782
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/magisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ jobs:
run: |
cd dev/magisk
zip -r bebasid-magisk.zip *
ls -l
- name: Move bebasid-magisk to releases
run: mv dev/magisk/bebasid-magisk.zip releases/
- name: Sync
- name: Get changed files
id: changed-files
uses: tj-actions/[email protected]
- name: Dockerfile has changed rebuild and test
if: contains(steps.changed-files.outputs.modified_files, 'releases/hosts')
run: |
echo "hosts file has been modified."
LAST_COMMIT_MESSAGE="$(git log -1 --pretty=%B)"
git config --global user.email "[email protected]"
git config --global user.name "zksbot"
Expand Down

0 comments on commit 5347782

Please sign in to comment.