This throws an error, any yaml experts can see why?
All my spaces and indentations seem to be correct:
trigger:
- develop
pool:
vmImage: ubuntu-latest
steps:
- checkout: self
submodules: true
- task: AzureStaticWebApp@0
inputs:
app_location: "/"
api_location: "api"
output_location: ""
env:
azure_static_web_apps_api_token: $(deployment_token)