Skip to content

Commit

Permalink
Removed an unused parameter, leftover from a previous refactor of Dotty
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Sep 19, 2024
1 parent d0d3b08 commit f1a0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_slack_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
export DOTTY_TEST_MODE="True"
fi
cd ${{ env.scan-tool-publish-path }}
dotnet ./nugetSlackNotifications.dll ${{ env.nugets }}
dotnet ./nugetSlackNotifications.dll
shell: bash

0 comments on commit f1a0cd0

Please sign in to comment.