Skip to content

misunderstanding of any_changed inputs #2256

Answered by jackton1
Benbig09 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Benbig09 here’s an excerpt from the documentation

any_changed

Returns true when any of
the filenames provided using the
files* or files_ignore* inputs have changed. This
defaults to true when no
patterns are specified. i.e. includes a combination of all added, copied, modified and renamed files (ACMR).

Based on your question

any_modified would be the recommended approach.


Returns true when any of
the filenames provided using the
files* or files_ignore* inputs have been modified.
This defaults to true when
no patterns are specified. i.e.
includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Benbig09
Comment options

Answer selected by jackton1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants