get-rocks-modified-and-build-scan-test-publish.yaml
fails in empty repos
#85
Labels
bug
Something isn't working
Bug Description
There seems to be an issue with the
get-rocks-modified-and-build-scan-test-publish.yaml
workflow. If the repository is empty (does not contain any rockcraft project), the workflow will return the following error:This is caused because we are not passing any
filters
to thepaths-filter
action used in the workflow.To Reproduce
Run the workflow in a repository that does not contain any rockcraft project
Environment
Same as the CI - the environment is actually set by the offending workflow
Relevant Log Output
Run dorny/paths-filter@v2 with: token: *** list-files: none initial-fetch-depth: 100 Error: Input required and not supplied: filters
Additional Context
Caught this error here
The text was updated successfully, but these errors were encountered: