mirror of
https://github.com/kopia/kopia.git
synced 2026-01-24 22:38:00 -05:00
* fix(docs): replace pwsh with powershell in script * fix(docs): remove interaction in action script The `Remove-Item` command asks interactively for confirmation. However, this is part of the snapshoting process, which is should work without user interaction. Furthermore, this indefinitely blocks the snapshot from completing. * feat(docs): action script exit with correct code Co-authored-by: digital <digital@dinid.net>