commit ae0a075325d58a944af634609bd7ea0c7006aca9
parent 62c89568f82b1f52640b9232e9d6c75b3e6a49d5
Author: finwo <finwo@pm.me>
Date: Wed, 18 Oct 2023 10:11:34 +0200
Removed debugging env dump
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/action.yml b/action.yml
@@ -14,11 +14,3 @@ runs:
shell: pwsh
run: |
Join-Path $env:GITHUB_ACTION_PATH "dist" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
-
- - if: runner.os == 'Linux'
- shell: bash
- run: env
-
- - if: runner.os == 'Windows'
- shell: pwsh
- run: gci env:*