diff --git a/.github/workflows/node-dist-unchanged.yml b/.github/workflows/node-dist-unchanged.yml index 44b809db649..c3d5f82d7dc 100644 --- a/.github/workflows/node-dist-unchanged.yml +++ b/.github/workflows/node-dist-unchanged.yml @@ -22,5 +22,5 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' run: | echo "One or more files in the js folder has changed. Do NOT commit files in there as they will be generated automatically once a pull request is merged" - echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}" + echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}" exit 1