Skip to content

Commit 0a15335

Browse files
committed
Added licence file variable to workflow
1 parent 3764b2c commit 0a15335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lambda_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ on:
5757
registry:
5858
description: "The registry where the image was pushed"
5959
value: ${{ jobs.build.outputs.registry }}
60+
include-licence-file:
61+
type: boolean
62+
required: false
63+
default: false
64+
6065

6166
jobs:
6267
build:

0 commit comments

Comments
 (0)