We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d6ae6 commit 884f0e6Copy full SHA for 884f0e6
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
run: |
114
dotnet nuke Restore --skip
115
- name: Update NuGet Cache
116
- if: always() && steps.restore-nuget-cacheoutputs.cache-hit != 'true'
+ if: always() && steps.restore-nuget-cache.outputs.cache-hit != 'true'
117
uses: actions/cache/save@v4
118
with:
119
key: ${{ steps.restore-nuget-cache.outputs.cache-primary-key }}
0 commit comments