Skip to content

Commit

Permalink
Update playground_deployment_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi authored Nov 14, 2023
1 parent df31070 commit 6174a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playground_deployment_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: dev
- name: Set hostname for WebSocketLanguageServer
run: |
sed -i "s/languageServerHostName: .*/languageServerHostName: \"$HOSTNAME\",/" ./WebSocketClient/src/config.ts
Expand Down

0 comments on commit 6174a2e

Please sign in to comment.