Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Nov 11, 2023
1 parent e44584b commit 4bf4d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4bf4d6a

Please sign in to comment.