Update image_metadata.yml

undo 48ee897b00
This commit is contained in:
doofus-01 2024-08-25 18:13:38 -07:00 committed by GitHub
parent bd4c83f955
commit c1fd40c7a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ jobs:
- name: read/export image metadata
run: |
mapfile -t image_files < <(git diff --name-only "$BASE_SHA" "$SHA" | grep -E '\.(webp|png|je?pg)$'))
mapfile -t image_files < <(git diff --name-only ${BASE_SHA} ${SHA} | egrep '\.webp$|\.png$|\.jpg$|\.jpeg$')
git status
# array of accepted copyright strings
accepted_cr=("GNU GPL v2+|CC BY-SA 4.0|CC0")