Skip to content

Commit 86ba085

Browse files
authored
fix ci
1 parent 0120bd2 commit 86ba085

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ jobs:
6969

7070
- name: Commit
7171
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')"
72+
text="${{ github.event.sha }} ${{ github.event.head_commit.message }}"
7673
echo "commit=$(echo $text | sed 's/\([][\\`.*^$\/+?{}()=!|:-]\)/\\\1/g')" >> $GITHUB_ENV
7774
7875
- name: Post to Canary Channel

0 commit comments

Comments
 (0)