Skip to content

Commit 995fc07

Browse files
Merge pull request #109 from codacy/ls/add-log-paths-input
fix: Add log-paths to action parameters
2 parents 4be4819 + 3539f9e commit 995fc07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ runs:
8282
--dev-branch "${{ inputs.dev-branch }}" \
8383
--minor-identifier="${{ inputs.minor-identifier }}" \
8484
--major-identifier="${{ inputs.major-identifier }}" \
85+
--log-paths="${{ inputs.log-paths }}" \
8586
${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }} \
8687
--version-prefix "${{ inputs.prefix }}")
8788

0 commit comments

Comments
 (0)