Skip to content

Commit 0455bd9

Browse files
committed
remove action debug code
1 parent 23f3f21 commit 0455bd9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/pr-review.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
-d "grant_type=client_credentials&client_id=09BroBvREXFSYXBTkwse0PlOF5w1rmrk&username=$SERVICE_ACCOUNT_NAME&password=$SERVICE_ACCOUNT_PASSWORD"\
2828
|jq '.access_token' | tr -d '"')
2929
echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN" >> "$GITHUB_ENV"
30-
- name: debug
31-
run: echo ${TOKEN:0:20}| sed 's/./& /g'
32-
env:
33-
TOKEN: ${{ env.SDSC_VLLM_TOKEN }}
3430
3531
- name: PR Agent action step
3632
id: pragent

0 commit comments

Comments
 (0)