Skip to content

Commit 353cb92

Browse files
update
1 parent e70fe59 commit 353cb92

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,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" \
23-
-H "Authorization: Bearer ${steps.bytebase-login.outputs.token}" \
22+
curl "${{ steps.bytebase-login.outputs.api_url }}/v1/projects" \
23+
-H "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
2424
-H 'Content-Type: application/json; charset=utf-8'

0 commit comments

Comments
 (0)