Change action for get changed files
This commit is contained in:
parent
d60f53f251
commit
f8c9903c94
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user