We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0120bd2 commit 86ba085Copy full SHA for 86ba085
1 file changed
.github/workflows/android.yml
@@ -69,10 +69,7 @@ jobs:
69
70
- name: Commit
71
run: |
72
- mkdir -p ${{ github.workspace }}/git_clone
73
- git clone ${{ github.server_url }}/${{ github.repository }} ${{ github.workspace }}/git_clone -b ${{ github.ref_name }}
74
- cd ${{ github.workspace }}/git_clone
75
- text="$(git log ${{ github.event.before }}..${{ github.event.after }} --pretty=format:'%h %s')"
+ text="${{ github.event.sha }} ${{ github.event.head_commit.message }}"
76
echo "commit=$(echo $text | sed 's/\([][\\`.*^$\/+?{}()=!|:-]\)/\\\1/g')" >> $GITHUB_ENV
77
78
- name: Post to Canary Channel
0 commit comments