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 0e02cee commit d85ea13Copy full SHA for d85ea13
.github/workflows/gitleaks.yaml
@@ -28,11 +28,11 @@ jobs:
28
if: steps.gitleaks.outcome != 'success'
29
uses: actions/setup-dotnet@v3
30
with:
31
- dotnet-version: '3.1.x'
+ dotnet-version: '6.x'
32
- name: Install the report tool packages
33
34
run: |
35
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
36
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
37
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
38
- exit 1
+ exit 1
0 commit comments