aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* README: updatev2Egor Tensin2021-03-14
|
* add node_modules/Egor Tensin2021-03-14
|
* make it into a JavaScript actionEgor Tensin2021-03-14
| | | | | | | | 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.
* add .gitattributesEgor Tensin2020-12-25
|
* rename the actionv1Egor Tensin2020-12-24
|
* add READMEEgor Tensin2020-12-24
|
* initial commitEgor Tensin2020-12-24