Skip to content

Commit 21e0a4f

Browse files
authored
fix: add default output-file workflow value (#111)
Match the default value used by the conformance test client. The flag is always passed through by the buildpack integration test workflow, so this ensures it's not empty string by default.
1 parent 670993d commit 21e0a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ on:
4343
description: The output file conformance test files should write to for verification; relative to the source code directory
4444
type: string
4545
required: false
46+
default: 'function_output.json'
4647
builder-tag:
4748
description: GCF builder image tag
4849
type: string

0 commit comments

Comments
 (0)