run unbuffered

This commit is contained in:
tooomm 2026-03-22 12:45:54 +01:00
parent afdcc08fe7
commit e75d6451f0

View File

@ -26,7 +26,7 @@ jobs:
- name: Query Scryfall API and update picURLs
shell: bash
working-directory: ./scripts
run: python3 update_image_links.py ../tokens.xml --inplace
run: python3 -u update_image_links.py ../tokens.xml --inplace
- name: Create pull request
if: github.event_name != 'pull_request'