mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-09 15:24:59 +00:00
Fix output
This commit is contained in:
parent
caaded819a
commit
d2a83e9ed0
4
.github/workflows/dependency-updates.yml
vendored
4
.github/workflows/dependency-updates.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user