wndhydrnt / saturn-bot

Automatically create pull requests. Create, modify or delete files across repositories.
https://saturn-bot.readthedocs.io
GNU Affero General Public License v3.0
0 stars 0 forks source link

fix(action): line* actions fail if temp directory and data directory aren't on the same device #62

Closed wndhydrnt closed 3 weeks ago

wndhydrnt commented 3 weeks ago

os.Remove() doesn't work if data directory and /tmp aren't on the same device. Create the temporary file in the data directory.