Skip to content

Fix typo

Fix typo #2

Workflow file for this run

name: Sample action
on:
workflow_dispatch:
jobs:
build-sample-app:

Check failure on line 7 in .github/workflows/sample.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sample.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
steps: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: gradle
- name: compile sample app
run: |
cd generativeai-android-sample
./gradlew app:assemble