From 66fcd01a6343c1ee1382bf8887dd3d4aabb09bf5 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 31 Aug 2025 19:47:24 -0400 Subject: [PATCH] Update check-for-actions-updates.yaml --- .github/workflows/check-for-actions-updates.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-for-actions-updates.yaml b/.github/workflows/check-for-actions-updates.yaml index e4a61938..6316bc78 100644 --- a/.github/workflows/check-for-actions-updates.yaml +++ b/.github/workflows/check-for-actions-updates.yaml @@ -47,6 +47,8 @@ jobs: cat actions-up-raw.txt else echo "All GitHub Actions are up to date." + echo "actions-up output:" + cat actions-up-raw.txt fi - name: Comment PR with updates