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