From c926156a58de4a9a2c9ecc2f8327a517662caefd Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Wed, 5 Aug 2026 20:33:55 +0200 Subject: [PATCH] forgot it was "run" not "script" --- .github/workflows/check_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 48d8d69..6c4770f 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -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