chainguard-images / images

Public Chainguard Images
https://chainguard.dev/chainguard-images
Apache License 2.0
542 stars 143 forks source link

Fix up presubmit-readme.yaml #2819

Closed jdolitsky closed 3 months ago

jdolitsky commented 3 months ago

According to https://github.com/tj-actions/changed-files?tab=readme-ov-file#outputs-

any_modified string Returns true when any of the filenames provided using the files or files_ignore inputs have been modified. This defaults to true when no patterns are specified. i.e. includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD).

The check should have failed in #2818 but it didnt, that is bad