Skip to content

Commit 875ca3c

Browse files
committed
add env-overrides to input
1 parent 02b67d6 commit 875ca3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sdk-release-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
type: string
1717
description: 'Git ref to checkout'
1818
default: ''
19+
env-overrides:
20+
required: false
21+
type: string
22+
description: 'JSON object of environment variables to override defaults'
23+
default: '{}'
1924

2025
jobs:
2126
build-and-publish:

0 commit comments

Comments
 (0)