Skip to content

Commit 9cbcc2a

Browse files
Sarubala20Sarubala20
Sarubala20
authored and
Sarubala20
committed
action file updated
1 parent 3109436 commit 9cbcc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎./workflows/gits.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install the report tool packages
3333
if: steps.gits.outcome != 'success'
3434
run: |
35-
nuget install "Syncfusion.Email" -source "https://nexus.syncfusion.com/repository/nuget-hosted/" -ExcludeVersion
35+
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
3636
dir $_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
3737
dotnet $_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitsReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
3838
exit 1

0 commit comments

Comments
 (0)