From df1462a9113215082b008ced384d39326b52f49c Mon Sep 17 00:00:00 2001 From: Dominic Fraser Date: Wed, 4 Oct 2023 01:19:28 +0100 Subject: [PATCH] test push --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eeb81e1..16af751 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,10 +32,10 @@ jobs: # run: echo "docs_only=${{ steps.changed-files-specific.outputs.only_modified == 'true' }}" >> "$GITHUB_OUTPUT" - name: Print all changed files - if: steps.changed-files-yaml.outputs.any_changed == 'true' + if: steps.changed-files.outputs.any_changed == 'true' run: | echo "One or more test file(s) has changed." - echo "List all the files that have changed: ${{ steps.changed-files-yaml.outputs.all_changed_files }}" + echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}" - name: Install deps if: ${{ steps.changed-files.outputs.only_modified == 'true' }}