Skip to content

Commit 94a3d49

Browse files
authored
Update action.yml
1 parent a1897fe commit 94a3d49

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

action.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,33 @@ branding:
44
icon: 'upload-cloud'
55
color: 'blue'
66
inputs:
7-
azure_static_web_apps_api_token:
8-
description: 'Required token'
9-
required: true
107
action:
118
description: 'Action to perform'
129
required: true
1310
app_location:
1411
description: 'Directory location of the application source code'
1512
required: true
13+
azure_static_web_apps_api_token:
14+
description: 'Required token'
15+
required: true
16+
api_build_command:
17+
description: 'Custom command for Oryx to run when building Azure Functions source code'
18+
required: false
1619
api_location:
1720
description: 'Directory location of the Azure Functions source code'
1821
required: false
1922
app_artifact_location:
2023
description: 'Directory location of the compiled application code after building'
2124
required: false
25+
app_build_command:
26+
description: 'Custom command for Oryx to run when building application source code'
27+
required: false
28+
repo_token:
29+
description: 'Token for interacting with the Github repository. Currently used only for commenting on Pull Requests.'
30+
required: false
31+
routes_location:
32+
description: 'Directory location where the routes.json file can be found in the source code'
33+
required: false
2234
runs:
2335
using: 'docker'
24-
image: 'Dockerfile'
36+
image: 'Dockerfile'

0 commit comments

Comments
 (0)