0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-07-05 13:33:56 +00:00
This commit is contained in:
alex289 2023-07-08 18:52:17 +02:00
parent d2a83e9ed0
commit 0d6b70600d
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -29,7 +29,7 @@ jobs:
id: outdated id: outdated
run: | run: |
outdated=$(dotnet outdated ${{ env.solutionFile }} -u) outdated=$(dotnet outdated ${{ env.solutionFile }} -u)
echo "updates=${outdated}" >> $GITHUB_OUTPUT echo "::set-output name=updates::$outdated"
- name: Check for changes - name: Check for changes
id: changes id: changes