From 98d78ec7ddd76b5545fbc5b647a9b66af203dccc Mon Sep 17 00:00:00 2001 From: Oleksandr Ivanov Date: Tue, 15 Nov 2022 00:11:00 +0100 Subject: [PATCH] fix: Add log-paths to docker run parameters --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 62fa241..6a33dfb 100644 --- a/action.yml +++ b/action.yml @@ -71,7 +71,8 @@ runs: --dev-branch "${{ inputs.dev-branch }}" \ --minor-identifier="${{ inputs.minor-identifier }}" \ --major-identifier="${{ inputs.major-identifier }}" \ - --version-prefix "${{ inputs.prefix }}") + --log-paths="${{ inputs.log-paths }}" \ + --version-prefix "${{ inputs.prefix }}") echo "::set-output name=version::$VERSION" echo "New Version: $VERSION"