aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/action.yml (unfollow)
Commit message (Collapse)Author
2021-01-15choco scripting best practicesv3.0.0Egor Tensin
2021-01-04rename symlinks-to-hardlinks to just hardlinksEgor Tensin
2021-01-04set %CYGWIN% before installing CygwinEgor Tensin
2021-01-04refactoringEgor Tensin
2021-01-04replace Fix-CygwinLink with a shorter bash scriptEgor Tensin
2021-01-04add an option to get rid of symlinks in /binEgor Tensin
2020-12-24use well-known path to choco.exe if not in PATHEgor Tensin
2020-12-24/usr/local/bin should come first in PATHEgor Tensin
2020-12-23code styleEgor Tensin
2020-12-23Make CYGWIN environment variable configurableAdam Dinwoodie
Some users might want different behaviour from the CYGWIN environment variable, and in particular it seems reasonable to assume they don't want non-default behaviour unless they explicitly ask for it. As such, make the environment variable configurable, and default to empty. This change is not backwards compatible: prior to this change a Cygwin install will have CYGWIN=winsymlinks:nativestrict, whereas afterwards the variable will default to blank. To obtain the previous behaviour, a user would need to add `env: 'winsymlinks:nativestrict'` to the set of inputs. Fixes #1.
2020-11-28action.yml: add "branding"Egor Tensin