Exclude current workdir

This commit is contained in:
Juan Calderon-Perez
2023-11-18 23:12:07 -05:00
committed by GitHub
parent 73765194e1
commit c144ab7857

View File

@@ -38,7 +38,7 @@ jobs:
**/gitignore
**.md
dir_names: true
dir_names_exclude_root: true
dir_names_exclude_current_dir: true
- id: set-matrix
run: echo "matrix={\"files\":${{ steps.changed-files.outputs.all_changed_files }}}" >> "$GITHUB_OUTPUT"