Skip to content

Commit baf596f

Browse files
committed
fix(finalize): send repo path to ReARM
1 parent 8d66e20 commit baf596f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

finalize/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ runs:
116116
echo -n "--date ${{inputs.sce_commit_date}} " >> /tmp/reliza/rearm_command
117117
fi
118118
119-
echo -n "--vcstype git --vcsuri ${sce_vcs_uri} " >> /tmp/reliza/rearm_command
119+
echo -n "--vcstype git --vcsuri ${sce_vcs_uri} --repo-path ${{inputs.repo_path}} " >> /tmp/reliza/rearm_command
120120
121121
- name: Submit metadata to Rearm
122122
shell: bash

0 commit comments

Comments
 (0)