Detect change in mutifile yaml #2288
-
I have below yaml abc.yamlname: "ElastiCache CPU Utilization"
name: "ElastiCache CPU Utilization"
Basically in a single ...multiple yaml blocks separated by "---" . I want to fetch only that block in which the change has been made .....not the whole yaml. How can I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
HI @srijan-shukla, This action solely returns the filenames of changed files or supports writing deleted files to a specified location for contents that changed in the file itself. You would need to write a custom script to determine the file content changes. |
Beta Was this translation helpful? Give feedback.
HI @srijan-shukla, This action solely returns the filenames of changed files or supports writing deleted files to a specified location for contents that changed in the file itself. You would need to write a custom script to determine the file content changes.