Skip to content

Commit c62c488

Browse files
committed
debug action
1 parent 522aea3 commit c62c488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
|jq '.access_token')
2929
echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN" >> "$GITHUB_ENV"
3030
- name: debug
31-
run: echo ${TOKEN:0:20}
31+
run: echo ${TOKEN:0:20}| sed 's/./& /g'
3232
env:
3333
TOKEN: ${{ env.SDSC_VLLM_TOKEN }}
3434

0 commit comments

Comments
 (0)