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 8b1dd6b commit 0060cceCopy full SHA for 0060cce
.github/workflows/gitleaks.yaml
@@ -24,7 +24,8 @@ jobs:
24
if: steps.gitleaks.outcome != 'success'
25
run: |
26
nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion
27
- echo " Package Installed"
+ echo "Package Installed"
28
+ dir $GITHUB_WORKSPACE
29
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
30
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
31
exit 1
0 commit comments