We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e15ba commit 3340a18Copy full SHA for 3340a18
.github/workflows/tyk-demo-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
is ${{ github.repository }}."
15
- name: Install websocat (binary method)
16
run: |
17
- wget https://github.com/vi/websocat/releases/latest/download/websocat_amd64
+ wget https://github.com/vi/websocat/releases/download/v1.14.0/websocat.x86_64-unknown-linux-musl
18
chmod +x websocat_amd64
19
sudo mv websocat_amd64 /usr/local/bin/websocat
20
- name: Check Out Repository Code
0 commit comments