Skip to content

Commit a481467

Browse files
915415: Resolved the gitleaks issue
1 parent 75638f2 commit a481467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dotnet-version: '3.1.x'
3232
- name: Install the report tool packages
33-
if: steps.gitleaks.outcome != 'success'
33+
if: steps.gitleaks.outcome.leaks != '0'
3434
run: |
3535
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
3636
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1

0 commit comments

Comments
 (0)