forgot it was "run" not "script"

This commit is contained in:
ebbit1q 2026-08-05 20:33:55 +02:00
parent 9591a8ee84
commit c926156a58

View File

@ -43,7 +43,7 @@ jobs:
- name: Extract URLs
id: tokens_pic_urls
shell: bash
script: grep tokens.xml -oPe '(?<=picURL=")[^"]+(?=")' >url_list.md
run: grep tokens.xml -oPe '(?<=picURL=")[^"]+(?=")' >url_list.md
# Check dumped URLs
- name: Check token art URLs