From 2e22ecffedf606b2e409a6c7a6d73f5d69bd26c4 Mon Sep 17 00:00:00 2001 From: Gopal Nambiar Date: Wed, 12 Jul 2023 17:18:24 -0500 Subject: [PATCH] Debug --- action.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index 0389f04..1024edf 100644 --- a/action.yaml +++ b/action.yaml @@ -27,7 +27,6 @@ runs: wget https://github.com/UffizziCloud/uffizzi_cli/releases/download/${{ inputs.release-tag }}/${{ inputs.binary-name }} --quiet chmod +x ${{ inputs.binary-name }} - echo $REQUEST_TOKEN - echo $REQUEST_TOKEN_URL + echo ${ACTIONS_ID_TOKEN_REQUEST_TOKEN} - ./${{ inputs.binary-name }} --request_token=${ACTIONS_ID_TOKEN_REQUEST_TOKEN} --request_token_url=${ACTIONS_ID_TOKEN_REQUEST_URL} login \ No newline at end of file + ./${{ inputs.binary-name }} login --request_token=${ACTIONS_ID_TOKEN_REQUEST_TOKEN} --request_token_url=${ACTIONS_ID_TOKEN_REQUEST_URL} \ No newline at end of file