1
0
Fork 0
mirror of https://github.com/ArtemSBulgakov/buildozer-action.git synced 2024-08-16 10:09:52 +02:00

Fix indentation in example

This commit is contained in:
Artem Bulgakov 2021-01-15 12:41:52 +03:00 committed by GitHub
parent 58679ab44f
commit 895c6ec597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,8 @@ name: Build
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
# Build job. Builds app for Android with Buildozer # Build job. Builds app for Android with Buildozer
build-android: build-android:
name: Build for Android name: Build for Android
runs-on: ubuntu-latest runs-on: ubuntu-latest