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

View File

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