From c27738ee856e35586bf4b4454855339fc77d5184 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 22 Mar 2026 16:05:45 +0100 Subject: [PATCH] Revert "run unbuffered" This reverts commit e75d6451f084cfc62b2251dba857033682f7bbe5. --- .github/workflows/update_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_links.yml b/.github/workflows/update_links.yml index 88417f5..a4f2e9b 100644 --- a/.github/workflows/update_links.yml +++ b/.github/workflows/update_links.yml @@ -26,7 +26,7 @@ jobs: - name: Query Scryfall API and update picURLs shell: bash working-directory: ./scripts - run: python3 -u update_image_links.py ../tokens.xml --inplace + run: python3 update_image_links.py ../tokens.xml --inplace - name: Create pull request if: github.event_name != 'pull_request'