Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gopuman committed Jul 12, 2023
1 parent 27b183d commit 2e22ecf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
./${{ inputs.binary-name }} login --request_token=${ACTIONS_ID_TOKEN_REQUEST_TOKEN} --request_token_url=${ACTIONS_ID_TOKEN_REQUEST_URL}

0 comments on commit 2e22ecf

Please sign in to comment.