mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-08-06 04:44:41 -05:00
forgot it was "run" not "script"
This commit is contained in:
parent
9591a8ee84
commit
c926156a58
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user