Merge branch 'main' into fix/pulling-current-branch-history

This commit is contained in:
repo-ranger[bot] 2022-11-17 19:34:46 +00:00 committed by GitHub
commit c8dc4b69b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,8 +336,7 @@ See [outputs](#outputs) for a list of all available outputs.
id: changed-files-specific-source-file
uses: tj-actions/changed-files@v34
with:
files_from_source_file: |
test/changed-files-list.txt
files_from_source_file: test/changed-files-list.txt
...
```