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 e70fe59 commit 353cb92Copy full SHA for 353cb92
.github/workflows/try-login.yml
@@ -19,6 +19,6 @@ jobs:
19
service-secret: ${{ secrets.BYTEBASE_SERVICE_SECRET }}
20
- name: List projects
21
run: |
22
- curl "${steps.bytebase-login.outputs.api_url}/v1/projects" \
23
- -H "Authorization: Bearer ${steps.bytebase-login.outputs.token}" \
+ curl "${{ steps.bytebase-login.outputs.api_url }}/v1/projects" \
+ -H "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
24
-H 'Content-Type: application/json; charset=utf-8'
0 commit comments