Skip to content

Commit

Permalink
ci: use correct output key
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Feb 27, 2024
1 parent 8ae8686 commit 979f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
with:
header: container-size-diff
message: ${{ steps.container-size-diff.outputs.markdown }}
message: ${{ steps.container-size-diff.outputs.size-diff-markdown }}
- uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: test/.xwin-cache
Expand Down

0 comments on commit 979f1fa

Please sign in to comment.