Skip to content

Commit

Permalink
Update image_metadata.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doofus-01 authored Aug 26, 2024
1 parent bd4c83f commit c1fd40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c1fd40c

Please sign in to comment.