We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920eddf commit 9c29d78Copy full SHA for 9c29d78
action.yml
@@ -19,9 +19,12 @@ inputs:
19
api_location:
20
description: "Directory location of the Azure Functions source code"
21
required: false
22
- app_artifact_location:
+ output_location:
23
description: "Directory location of the compiled application code after building"
24
25
+ app_artifact_location:
26
+ description: "Identical in use to output_location"
27
+ required: false
28
app_build_command:
29
description: "Custom command for Oryx to run when building application source code"
30
0 commit comments