mavrosxristoforos / get-xml-info

Get Information from XML files to use into your GitHub workflows
GNU General Public License v3.0
6 stars 13 forks source link

Handle Ability to Allow for Zero Nodes Found #13

Closed ismail44 closed 1 year ago

ismail44 commented 1 year ago

Added option zero-nodes-action with allowed values of 'error (default), silent, warn'

If set to error, the functionality is unchanged.

If set to warn the info output is set to "Zero Nodes Found."

If set to silent, output is set to whatever nodes is set to.

mavrosxristoforos commented 1 year ago

Thank you for your contribution.