We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488c452 commit 1208b06Copy full SHA for 1208b06
action.yml
@@ -78,6 +78,7 @@ runs:
78
REPO_URL="${{ steps.repo-url.outputs.repo_url }}"
79
SOURCE_BRANCH="${{ inputs.source_branch }}"
80
TARGET_BRANCH="${{ inputs.target_branch }}"
81
+ OUTPUT_DIRECTORY="${{ inputs.output_directory }}"
82
OUTPUT_FORMAT="${{ inputs.output_format }}"
83
84
echo "🚀 Creating CodeBoarding analysis job...$CREATE_JOB_URL"
@@ -96,6 +97,7 @@ runs:
96
97
url: $url,
98
source_branch: $source_branch,
99
target_branch: $target_branch,
100
+ output_directory: $output_directory,
101
extension: $extension
102
}')
103
0 commit comments