Skip to content

Update build-android-app.yml #46

Update build-android-app.yml

Update build-android-app.yml #46

name: Azure Serverless Function
on:
workflow_call:

Check failure on line 4 in .github/workflows/azure-serverless-functions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/azure-serverless-functions.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
secrets:
AZURE_APP_ID:
required: true
AZURE_PASSWORD:
required: true
AZURE_TENANT_ID:
required: true
inputs:
SUBFOLDER_PATH:
required: true
type: string
AZURE_FUNCTION_NAME:
required: true
type: string
AZURE_FUNCTION_SLOT:
required: true
type: string
jobs:
azure_monostep:
runs-on: ubuntu-latest
steps:
- name: build
run: echo "TODO FINISH!"