Skip to content

Commit

Permalink
Document additional requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 9, 2022
1 parent 1c9d960 commit 5241d0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ Extra command to invoke before ansible-test **(OPTIONAL)**
Whether to use change detection for pull requests. If set to `true`, will
use change detection to determine changed files against the target branch,
and will not upload code coverage results. If the invocation is not from a
pull request, this option is ignored. **(DEFAULT: `false`)**
pull request, this option is ignored. Note that this requires
`collection-src-directory` to be empty or something ending with
`ansible_collections/{namespace}/{name}`. **(DEFAULT: `false`)**


### `python-version`
Expand Down
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ inputs:
Whether to use change detection for pull requests. If set to `true`, will
use change detection to determine changed files against the target
branch, and will not upload code coverage results. If the invocation is
not from a pull request, this option is ignored.
not from a pull request, this option is ignored. Note that this requires
`collection-src-directory` to be empty or something ending with
`ansible_collections/{namespace}/{name}`.
default: 'false'
python-version:
description: >-
Expand Down

0 comments on commit 5241d0a

Please sign in to comment.