mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 03:20:26 +00:00
parent
bd4c83f955
commit
c1fd40c7a0
2
.github/workflows/image_metadata.yml
vendored
2
.github/workflows/image_metadata.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
- name: read/export image metadata
|
- name: read/export image metadata
|
||||||
run: |
|
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
|
git status
|
||||||
# array of accepted copyright strings
|
# array of accepted copyright strings
|
||||||
accepted_cr=("GNU GPL v2+|CC BY-SA 4.0|CC0")
|
accepted_cr=("GNU GPL v2+|CC BY-SA 4.0|CC0")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user