From 965f426cb678c90c26134389d51bb905961b5d1c Mon Sep 17 00:00:00 2001 From: Jake Carter Date: Thu, 22 Aug 2024 19:27:30 -0600 Subject: [PATCH] Print modified files --- .github/workflows/Build_Examples.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/Build_Examples.yml b/.github/workflows/Build_Examples.yml index d8a463f390..228e1c3e34 100644 --- a/.github/workflows/Build_Examples.yml +++ b/.github/workflows/Build_Examples.yml @@ -57,6 +57,16 @@ jobs: ref: '${{ github.event.pull_request.head.ref }}' repository: '${{ github.event.pull_request.head.repo.full_name }}' + - name: Get changed files + id: changed-files + uses: tj-actions/changed-files@v45 + + - name: List all changed files + env: + ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} + run: | + echo ${ALL_CHANGED_FILES} + - name: Check watch files id: check_watch run: |