Skip to content

Commit 9c29d78

Browse files
miwebstMitch Webster
andauthored
Add output location (Azure#5)
Co-authored-by: Mitch Webster <[email protected]>
1 parent 920eddf commit 9c29d78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ inputs:
1919
api_location:
2020
description: "Directory location of the Azure Functions source code"
2121
required: false
22-
app_artifact_location:
22+
output_location:
2323
description: "Directory location of the compiled application code after building"
2424
required: false
25+
app_artifact_location:
26+
description: "Identical in use to output_location"
27+
required: false
2528
app_build_command:
2629
description: "Custom command for Oryx to run when building application source code"
2730
required: false

0 commit comments

Comments
 (0)