Skip to content

Commit 4077bb0

Browse files
fix: escaping blank space on script path.
1 parent c911905 commit 4077bb0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/check-resolution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
year="${{ steps.extract.outputs.year }}"
4242
day="${{ steps.extract.outputs.day }}"
4343
44-
script_path="puzzles/$year/day $day/resolution.py"
44+
script_path="puzzles/$year/day-$day/resolution.py"
4545
4646
if [ -f "$script_path" ]; then
4747
echo "Running script: $script_path"

0 commit comments

Comments
 (0)