We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75638f2 commit a481467Copy full SHA for a481467
.github/workflows/gitleaks.yaml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
dotnet-version: '3.1.x'
32
- name: Install the report tool packages
33
- if: steps.gitleaks.outcome != 'success'
+ if: steps.gitleaks.outcome.leaks != '0'
34
run: |
35
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
36
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
0 commit comments