Action looks at changed files since last successful workflow run and determines what changed.
The action takes a list of file paths as input, and outputs a string as follows:
only-inputs
: true if only files in the input list changednon-inputs
: true if only files outside the input list changedboth
: true if both files in the input list and outside the input list changed