File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,18 @@ jobs:
3333 files : |
3434 masking/databases/**/**/column-masking.json
3535 masking/projects/**/masking-exception.json
36+ since_last_remote_commit : true
37+ fetch_depth : 0
38+ include_all_old_new_renamed_files : true
3639
3740 - name : Debug changed files in detail
3841 run : |
3942 echo "All changed files:"
4043 echo "${{ steps.changed-files.outputs.all_changed_files }}"
44+ echo "Added files:"
45+ echo "${{ steps.changed-files.outputs.added_files }}"
46+ echo "Modified files:"
47+ echo "${{ steps.changed-files.outputs.modified_files }}"
4148 echo "Contains column-masking.json: ${{ contains(steps.changed-files.outputs.all_changed_files, 'column-masking.json') }}"
4249 echo "Contains masking-exception.json: ${{ contains(steps.changed-files.outputs.all_changed_files, 'masking-exception.json') }}"
4350 echo "Raw output:"
Original file line number Diff line number Diff line change 3333 files : |
3434 masking/masking-algorithm.json
3535 masking/semantic-type.json
36+ since_last_remote_commit : true
37+ fetch_depth : 0
38+ include_all_old_new_renamed_files : true
39+
40+ - name : Debug changed files
41+ run : |
42+ echo "All changed and added files:"
43+ echo "Modified files: ${{ steps.changed-files.outputs.modified_files }}"
44+ echo "Added files: ${{ steps.changed-files.outputs.added_files }}"
45+ echo "All changes: ${{ steps.changed-files.outputs.all_changed_files }}"
3646
3747 - name : Debug changed files in detail
3848 run : |
You can’t perform that action at this time.
0 commit comments