Thanks for the great work on actions!
It seems that the save action does not respect quotation when printing a warning. E.g. I can see:
Warning: Failed to save: "C:\Program failed with error: ...
Full output:
Run actions/cache/save@v3
...
"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/agda/agda --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
/usr/bin/tar: cache.tzst: Cannot write: Broken pipe
/usr/bin/tar: Child returned status 127
/usr/bin/tar: Error is not recoverable: exiting now
Warning: Failed to save: "C:\Program failed with error: The process 'C:\Program Files\Git\usr\bin\tar.exe' failed with exit code 2
Warning: Cache save failed.
(Not a big issue, but it severs trust.)
Thanks for the great work on actions!
It seems that the
saveaction does not respect quotation when printing a warning. E.g. I can see:Full output:
(Not a big issue, but it severs trust.)