Skip to content

Commit 65bc271

Browse files
committed
Actually use the push value
1 parent ad8f1a0 commit 65bc271

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ jobs:
5353
NODE_VERSION: ${{ matrix.node }}
5454
STREAM: ${{ inputs.stream }}
5555
with:
56-
source: .
57-
push: true
56+
push: ${{ inputs.push }}

0 commit comments

Comments
 (0)