Skip to content

Commit fa47048

Browse files
update
1 parent d0a3422 commit fa47048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/try-login.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
service-secret: ${{ secrets.BYTEBASE_SERVICE_SECRET }}
2020
- name: Debug API URL
2121
run: |
22-
echo "API URL Length: ${#${{ steps.bytebase-login.outputs.api_url }}}"
23-
echo "Token Length: ${#${{ steps.bytebase-login.outputs.token }}}"
22+
echo "API URL Length: $(echo -n "${{ steps.bytebase-login.outputs.api_url }}" | wc -c)"
23+
echo "Token Length: $(echo -n "${{ steps.bytebase-login.outputs.token }}" | wc -c)"
2424
- name: List projects
2525
run: |
2626
curl "${{ steps.bytebase-login.outputs.api_url }}/v1/projects" \

0 commit comments

Comments
 (0)