Skip to content

Commit 96dc617

Browse files
committed
Update short SHA length to 7 characters in Android CI workflow
1 parent b2d66d0 commit 96dc617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
./gradlew assembleWhatsappDebug assembleBusinessDebug -Pminify=true
4040
4141
- name: Get short SHA
42-
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
42+
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
4343

4444
- name: Upload WhatsApp flavor artifacts
4545
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)