golangci-lint-action/dist
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
..
post_run Add --overwrite flag to tar extraction 2021-02-15 11:39:13 -06:00
run Add --overwrite flag to tar extraction 2021-02-15 11:39:13 -06:00
matchers.json Fix problems parsing 2020-05-04 19:48:51 +03:00