Skip to content

Commit 488485a

Browse files
committed
testing actions
1 parent e5cdacd commit 488485a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/take_screenshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def main():
4444
driver,
4545
'https://adventofcode.com/2024',
4646
'body > main > pre',
47-
'aoc-screenshot.png',
47+
'screenshots/aoc-screenshot.png',
4848
)
4949
finally:
5050
driver.quit()

0 commit comments

Comments
 (0)