Skip to content

Commit c7e1e76

Browse files
committed
fix(gitleaks): always run 'upload report' step
1 parent 4a1d761 commit c7e1e76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
2727
- name: Upload Report
2828
uses: actions/upload-artifact@v4
29+
if: always()
2930
with:
3031
name: gitleaks-report-${{ github.sha }}
3132
path: /path/gitleaks-report.json

0 commit comments

Comments
 (0)