Skip to content

Commit 25ae817

Browse files
committed
Refactor CI for forked repositories - Add debug
1 parent f5b8ee0 commit 25ae817

File tree

1 file changed

+4
-0
lines changed
  • .github/actions/reports-group/codacy-uploader

1 file changed

+4
-0
lines changed

.github/actions/reports-group/codacy-uploader/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ runs:
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
87+
shell: bash
88+
run: rm -Rf custom-action-repo
89+
8690
- name: Upload to codacy
8791
id: upload
8892
uses: codacy/codacy-coverage-reporter-action@v1

0 commit comments

Comments
 (0)