Skip to content

Commit 56bed39

Browse files
committed
Cosmetic fixes
1 parent 55b91f7 commit 56bed39

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/actions/build-android/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ runs:
2020
- shell: bash
2121
env:
2222
triplet: ${{ inputs.triplet }}
23+
# The `name` of a composite action step doesn't appear anywhere in the
24+
# GitHub UI, so put it in a comment on the first line instead.
2325
run: |
26+
# Build and test (Android)
2427
echo "::group::Configure build Python"
2528
./Android/android.py configure-build
2629
echo "::endgroup::"
@@ -63,7 +66,7 @@ runs:
6366
echo "::endgroup::"
6467
6568
else
66-
echo "Skipping test: GitHub Actions currently only supports the " \
69+
echo "Skipping test: GitHub Actions currently only supports the" \
6770
"Android emulator on Linux x86_64."
6871
fi
6972

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ jobs:
418418
- uses: actions/checkout@v4
419419
with:
420420
persist-credentials: false
421-
- name: Build and Test Android
421+
- name: Build and test (Android)
422422
uses: ./.github/actions/build-android
423423
with:
424424
triplet: ${{ matrix.arch }}-linux-android

0 commit comments

Comments
 (0)