Fix another dotnet reference.

This commit is contained in:
2025-07-01 13:28:45 -07:00
parent 578d1e98fb
commit bc6e74a84a

View File

@@ -89,7 +89,7 @@ runs:
echo "command=$COMMAND" >> "$GITHUB_OUTPUT"
shell: bash
- name: "Run the Unit Tests."
uses: act/common/dotnet/dotnet-6@master
uses: act/common/dotnet/dotnet@master
with:
command: ${{ steps.command.outputs.command }}
- name: "Own artifacts."