diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27e2bfc..c41b2aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,13 @@ jobs: - name: Get changed files id: changed_files - uses: jitterbit/get-changed-files@v1 + # uses: jitterbit/get-changed-files@v1 + uses: masesgroup/retrieve-changed-files@v2 + with: + # Format of the steps output context. + # Can be 'space-delimited', 'csv', or 'json'. + # Default: 'space-delimited' + format: '' - name: Find add-on directories id: addons