Skip to content

Commit 89455f3

Browse files
committed
Fix incorrect default value
1 parent 63663db commit 89455f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ inputs:
3434
default: '10'
3535
catalog_file:
3636
description: 'Catalog file name to look for in the root of repo, defaults to `catalog-file.yaml`'
37-
default: 'catalog-file.yaml'
37+
default: 'catalog-info.yaml'
3838
outputs:
3939
status:
4040
description: 'The status of the scan'

0 commit comments

Comments
 (0)