We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3340a18 commit 0114567Copy full SHA for 0114567
.github/workflows/tyk-demo-tests.yml
@@ -15,8 +15,8 @@ jobs:
15
- name: Install websocat (binary method)
16
run: |
17
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
+ chmod +x websocat.x86_64-unknown-linux-musl
+ sudo mv websocat.x86_64-unknown-linux-musl /usr/local/bin/websocat
20
- name: Check Out Repository Code
21
uses: actions/checkout@v4
22
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the
0 commit comments