Skip to content

Commit

Permalink
prettify commit log
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Dec 25, 2021
1 parent 6b92db3 commit f5e325c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/magisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: contains(steps.changed-files.outputs.modified_files, 'releases/hosts')
run: |
echo "hosts file has been modified."
LAST_COMMIT_MESSAGE="$(git log -1 --pretty="%ct %s %b")"
LAST_COMMIT_MESSAGE="$(git log -1 --pretty="%s %b")"
git config --global user.email "[email protected]"
git config --global user.name "zksbot"
cd releases
Expand Down

0 comments on commit f5e325c

Please sign in to comment.