We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c9364 commit 0b501c2Copy full SHA for 0b501c2
.github/workflows/try-login.yml
@@ -25,6 +25,6 @@ jobs:
25
26
- name: List projects
27
run: |
28
- curl "${{ steps.bytebase-login.outputs.api_url }}projects" \
+ curl "${{ steps.bytebase-login.outputs.api_url }}/projects" \
29
-H "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
30
-H 'Content-Type: application/json; charset=utf-8'
0 commit comments