File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,10 @@ jobs:
29
29
uses : actions/setup-dotnet@v3
30
30
with :
31
31
dotnet-version : ' 3.1.x'
32
- - name : Install Mono
33
- if : steps.gitleaks.outcome != 'success'
34
- run : sudo apt-get update && sudo apt-get install -y mono-complete
35
32
- name : Install the report tool packages
36
33
if : steps.gitleaks.outcome != 'success'
37
34
run : |
38
- nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
35
+ mono $(which nuget) nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
39
36
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
40
37
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
41
38
exit 1
You can’t perform that action at this time.
0 commit comments