This action is to monitor special directory to decide whether files in it have been changed
Required monitored special directories.
Required github token to get changed file in this commit.
what type file to be ignore.
directory or file separator.
changed directories which you monitored .
uses: mingrenliu/dir-monitor@v1
with:
directories: 'ConfigurationCenter;ExcelUtils'
token: '${{github.token}}'
ignore: '**.md'