Skip to content

Commit e66a679

Browse files
update
1 parent 353cb92 commit e66a679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/try-login.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
service-secret: ${{ secrets.BYTEBASE_SERVICE_SECRET }}
2020
- name: List projects
2121
run: |
22-
curl "${{ steps.bytebase-login.outputs.api_url }}/v1/projects" \
22+
curl "${{ steps.bytebase-login.outputs.api_url }}/projects" \
2323
-H "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
2424
-H 'Content-Type: application/json; charset=utf-8'

0 commit comments

Comments
 (0)