Skip to content

Commit 9d02c9b

Browse files
authored
Update gitleaks.yaml
1 parent e83b496 commit 9d02c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install the report tool packages
2424
if: steps.gitleaks.outcome != 'success'
2525
run: |
26-
nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion
26+
nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion -OutputDirectory "$GITHUB_WORKSPACE"
2727
echo "Package Installed"
2828
dir $GITHUB_WORKSPACE
2929
echo $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)