corrects the syntax for so that the array is inline
This commit is contained in:
@@ -20,8 +20,7 @@ name: Deploy Java project to Azure Function App
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- [$default-branch]
|
||||
branches: [$default-branch]
|
||||
|
||||
env:
|
||||
AZURE_FUNCTIONAPP_NAME: 'your-app-name' # set this to your function app name on Azure
|
||||
|
||||
Reference in New Issue
Block a user