commit bfb0ca3cd86b4340a083538dffcc7b405815f1ca parent 9d27134aa83b74bfaf0d5ba3567b3a0f33d2bfdd Author: finwo <finwo@pm.me> Date: Tue, 17 Oct 2023 23:37:13 +0200 Different attempt at listing envs in windows Diffstat:
| M | action.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/action.yml b/action.yml @@ -21,4 +21,4 @@ runs: - if: runner.os == 'Windows' shell: pwsh - run: set + run: gci env:*