Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 403 Bytes

what-changed

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 changed
  • non-inputs: true if only files outside the input list changed
  • both: true if both files in the input list and outside the input list changed