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 e83b496 commit 9d02c9bCopy full SHA for 9d02c9b
.github/workflows/gitleaks.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install the report tool packages
24
if: steps.gitleaks.outcome != 'success'
25
run: |
26
- nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion
+ nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion -OutputDirectory "$GITHUB_WORKSPACE"
27
echo "Package Installed"
28
dir $GITHUB_WORKSPACE
29
echo $GITHUB_WORKSPACE
0 commit comments