Commit graph

3 commits

Author SHA1 Message Date
Egor Tensin
203b15ee12 make it into a JavaScript action
This is a huge step back IMO, but I needed to be able to restore the
original PATH back as a "post" step.  Currently, composite actions don't
support post-actions, but JavaScript ones do.  I needed this due to a
bug: actions/cache wouldn't find Git's tar on windows-2016 (the one in
System32 would get used on windows-2019) if the PATH was cleaned up.
2021-03-14 03:42:14 +03:00
Egor Tensin
39324b3c13 rename the action 2020-12-24 04:09:59 +03:00
Egor Tensin
f38a95ebf9 initial commit 2020-12-24 03:56:08 +03:00