golangci-lint-action/dist/post_run
Sean McGinnis f0b40ec80f
Add --overwrite flag to tar extraction
There are times when previous actions have already extracted at least
some files to the cache location. This results in subsequent cache
extraction operations to emit errors such as:

> /usr/bin/tar: [dest_file_path]: Cannot open: File exists

This adds the --overwrite flag to the extract call to force tar to
just overwrite these files rather than reporting errors.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-02-15 11:39:13 -06:00
..
index.js Add --overwrite flag to tar extraction 2021-02-15 11:39:13 -06:00