Skip to content

Determine if only inputs were changed, were not changed or both inputs and other things were changed

Notifications You must be signed in to change notification settings

nais/what-changed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Determine if only inputs were changed, were not changed or both inputs and other things were changed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages