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 8099ad0 commit 4b6e783Copy full SHA for 4b6e783
.github/workflows/gitleaks.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install the report tool packages
33
if: steps.gitleaks.outcome != 'success'
34
run: |
35
- dotnet nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
+ nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
36
echo " Package Installed"
37
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
38
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
0 commit comments