diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e9a1b3bdd6..b08ad3dc8c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -81,7 +81,7 @@ jobs: { echo -e "Github Action for Main\n"; git log ${{ github.event.before }}..${{ github.event.after }} --pretty=format:"%h %s"; - echo -e " (by ${{ github.event.head_commit.author.name }})"; + echo -e " \n\nby ${{ github.event.head_commit.author.name }}"; } > ${{ github.workspace }}/git_log ESCAPED="$(cat ${{ github.workspace }}/git_log | gawk '{gsub(/[_*[\]()~`>#+=\|{}.!-]/,"\\\\\\\\&")}1' | sed -e 's|"|\\"|g' -e 's|^[0-9a-z]\+|__&__|' | hexdump -v -e '/1 "%02X"' | sed 's/\(..\)/%\1/g')" cd ${{ github.workspace }}