Skip to content

Commit 1208b06

Browse files
committed
Added output directory passing to backedn
1 parent 488c452 commit 1208b06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ runs:
7878
REPO_URL="${{ steps.repo-url.outputs.repo_url }}"
7979
SOURCE_BRANCH="${{ inputs.source_branch }}"
8080
TARGET_BRANCH="${{ inputs.target_branch }}"
81+
OUTPUT_DIRECTORY="${{ inputs.output_directory }}"
8182
OUTPUT_FORMAT="${{ inputs.output_format }}"
8283
8384
echo "🚀 Creating CodeBoarding analysis job...$CREATE_JOB_URL"
@@ -96,6 +97,7 @@ runs:
9697
url: $url,
9798
source_branch: $source_branch,
9899
target_branch: $target_branch,
100+
output_directory: $output_directory,
99101
extension: $extension
100102
}')
101103

0 commit comments

Comments
 (0)