diff --git a/.gitea/workflows/android-build.yaml b/.gitea/workflows/android-build.yaml index c4915c5..6f67977 100644 --- a/.gitea/workflows/android-build.yaml +++ b/.gitea/workflows/android-build.yaml @@ -33,6 +33,7 @@ jobs: ls -la $ANDROID_HOME || true build-android: + name: "Build APK file" runs-on: android needs: verify steps: diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 442c1da..8bda48e 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -1,5 +1,5 @@ name: Sync Source to Host -run-name: ${{ gitea.actor }} is sync source to host +run-name: ${{ gitea.actor }} is synchronizing the source code to the host on: push: