Skip to content

Commit 10da9ef

Browse files
committed
fixup
1 parent f80ef74 commit 10da9ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/calculate-size-delta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
env:
165165
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
166166
run: |
167-
gh pr comment ${{ needs.build-images.outputs.pr_number }} --repo "${{ needs.build-images.outputs.target_repo }}" --body-file - <<EOF
167+
gh pr comment ${{ needs.build.outputs.pr_number }} --repo "${{ needs.build.outputs.target_repo }}" --body-file - <<EOF
168168
## Docker Image Sizes
169169
170170
| Image | Size |

0 commit comments

Comments
 (0)