Update to newer workflow file which actually works

This commit is contained in:
csd4ni3l
2025-11-06 22:56:15 +01:00
parent 344c07038c
commit edfad0e426
2 changed files with 62 additions and 35 deletions

View File

@@ -45,6 +45,7 @@ def get_opposite(direction):
return "r"
elif direction == "r":
return "l"
elif direction == "t":
return "b"
elif direction == "b":