Skip to content

Commit

Permalink
fine tune action settings
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 25, 2024
1 parent cdf8fd4 commit d206232
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
# Output unique changed directories instead of filenames
dir_names: true
# Ingnore CWD (.)
dir_names_exclude_current_dir: true
# We only care about the name of the integration, i.e. integrations/FOO
dir_names_max_depth: 2
separator: '\n'

- name: Generate docs
env:
Expand Down

0 comments on commit d206232

Please sign in to comment.