From 89ba3550c325e7553584ad68235d404d7bed03a9 Mon Sep 17 00:00:00 2001 From: Karthikeyan C Date: Thu, 11 Jul 2024 13:07:00 +0530 Subject: [PATCH] cat the added files --- .github/workflows/registry-updates.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/registry-updates.yaml b/.github/workflows/registry-updates.yaml index e9ef8247..673b3664 100644 --- a/.github/workflows/registry-updates.yaml +++ b/.github/workflows/registry-updates.yaml @@ -28,13 +28,13 @@ jobs: uses: tj-actions/changed-files@v44 with: json: true + write_output_files: true - - name: Print all the files that have been modified - env: - CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} + + - name: Print out all the changed files run: | echo "**************" - echo "added files are $CHANGED_FILES" + cat .github/outputs/added_files.json # - name: Get the list of changed files # id: changed-files