Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | README: updatev2 | Egor Tensin | 2021-03-14 |
| | |||
* | add node_modules/ | Egor Tensin | 2021-03-14 |
| | |||
* | make it into a JavaScript action | Egor Tensin | 2021-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 .gitattributes | Egor Tensin | 2020-12-25 |
| | |||
* | rename the actionv1 | Egor Tensin | 2020-12-24 |
| | |||
* | add README | Egor Tensin | 2020-12-24 |
| | |||
* | initial commit | Egor Tensin | 2020-12-24 |