Skip to content

Commit b46afac

Browse files
committed
fix typo in workflow
1 parent 80025f6 commit b46afac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-oauth-login.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
echo "" >> $GITHUB_STEP_SUMMARY
123123
echo "**Code:** \`${{ inputs.authorization_code }}\`" >> $GITHUB_STEP_SUMMARY
124124
echo "**Timestamp:** $(date)" >> $GITHUB_STEP_SUMMARY
125-
G
125+
126126
# Here you would typically exchange the code for tokens
127127
echo "Authorization code: ${{ inputs.authorization_code }}"
128128
echo "Next step would be to exchange this code for access tokens"

0 commit comments

Comments
 (0)