File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,12 @@ jobs:
19
19
# pin to a specific commit to ensure stability
20
20
uses : tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c
21
21
with :
22
- files : |
23
- *.txt
24
22
include_all_old_new_renamed_files : true
25
23
write_output_files : true
26
24
- name : Debug renamed files output
27
25
id : output-renamed
28
26
env :
29
27
RENAMED_FILES : ${{ steps.changed-files.outputs.all_changed_files }}
30
28
run : |
31
- echo "Changed files: ${{ steps.changed-files.outputs.all_changed_files }}"
32
- - name : Write renamed files to output
33
- id : write-renamed
34
- run : |
35
- printf "%s\n" "$RENAMED_FILES" > .github/outputs/renamed_files.txt
36
- - name : Verify the contents of renamed_files.txt
37
- run : |
38
- cat .github/outputs/renamed_files.txt
29
+ echo "Changed files: "
30
+ echo "${{ steps.changed-files.outputs.all_changed_files }}"
You can’t perform that action at this time.
0 commit comments