We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522aea3 commit c62c488Copy full SHA for c62c488
.github/workflows/pr-review.yaml
@@ -28,7 +28,7 @@ jobs:
28
|jq '.access_token')
29
echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN" >> "$GITHUB_ENV"
30
- name: debug
31
- run: echo ${TOKEN:0:20}
+ run: echo ${TOKEN:0:20}| sed 's/./& /g'
32
env:
33
TOKEN: ${{ env.SDSC_VLLM_TOKEN }}
34
0 commit comments