From 3738fb9644acd39a1ba32f82d79f9705d443d1db Mon Sep 17 00:00:00 2001
From: Chl <chl@xlii.si>
Date: Fri, 30 Aug 2024 02:00:36 +0200
Subject: [PATCH] test github...

---
 action.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 0e76cfa..3063b32 100644
--- a/action.yml
+++ b/action.yml
@@ -39,7 +39,7 @@ runs:
         # Compress the input paths into a zip archive
         # (note: busybox' mktemp doesn't have the --suffix option)
         MYUPLOAD="$( mktemp -u ).zip"
-        if [ "${{ inputs.compression }}" == "true" ]; then
+        if [ "${{ inputs.compression }}" = "true" ]; then
           # inputs.path can be a list of files (with wildcards and spaces) and
           # the shell's command substitution + field splitting + pathname
           # expansion gives a behaviour pretty close to the original Github's
@@ -55,6 +55,7 @@ runs:
         # available 'sed' in order to help this code being more easily reusable
         # (at the cost of and breaking if the JSON formating happens to change,
         # and readability...)
+        printenv
 
         # First we extract the second field from the token (e.g. xxx.yyy.zzz),
         # then we de-base64 and last, we extract the two id from