File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.github/actions/reports-group/codacy-uploader Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8383 script : |
8484 core.setFailed('Unable to retrieve any report to upload. Something wrong most likely happened !');
8585
86- - name : TMP - remove repository used for custom action # Might interfere with Codacy, so to check
86+ - name : TMP - create an empty workspace # Repository used for custom action might interfere with Codacy, so to check
8787 shell : bash
88- run : rm -Rf custom-action-repo
88+ run : mkdir empty-codacy-workspace
8989
9090 - name : Upload to codacy
9191 id : upload
9696 with :
9797 coverage-reports : ${{ steps.build-uploader-options.outputs.coverage-reports }}
9898 project-token : ${{ inputs.project-token }}
99+ working-directory : ./empty-codacy-workspace # TMP
99100
100101 - name : Build action outputs
101102 id : build-outputs
You can’t perform that action at this time.
0 commit comments