0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-07-09 15:24:59 +00:00

Fix output

This commit is contained in:
alex289 2023-07-08 18:50:59 +02:00
parent caaded819a
commit d2a83e9ed0
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -29,7 +29,7 @@ jobs:
id: outdated
run: |
outdated=$(dotnet outdated ${{ env.solutionFile }} -u)
echo "updates=${outdated}" >> $GITHUB_ENV
echo "updates=${outdated}" >> $GITHUB_OUTPUT
- name: Check for changes
id: changes
@ -65,7 +65,7 @@ jobs:
**Package Updates:**
```
${{ env.updates }}
${{ steps.outdated.outputs.updates }}
```
Solution file: ${{ env.solutionFile }}