We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80025f6 commit b46afacCopy full SHA for b46afac
.github/workflows/claude-oauth-login.yml
@@ -122,7 +122,7 @@ jobs:
122
echo "" >> $GITHUB_STEP_SUMMARY
123
echo "**Code:** \`${{ inputs.authorization_code }}\`" >> $GITHUB_STEP_SUMMARY
124
echo "**Timestamp:** $(date)" >> $GITHUB_STEP_SUMMARY
125
- G
+
126
# Here you would typically exchange the code for tokens
127
echo "Authorization code: ${{ inputs.authorization_code }}"
128
echo "Next step would be to exchange this code for access tokens"
0 commit comments