Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 41ae84e

Browse files
Update workspace.yml
1 parent db7fe6e commit 41ae84e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/workspace.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- run: curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
1313
- run: tar -xf vscode_cli.tar.gz
14+
- run: rm ./vscode_cli.tar.gz
15+
- run: mv ./code /usr/local/bin/code-cli
1416
- run: git clone https://github.com/The-Infinitys/article-2024
1517
- run: git clone https://github.com/The-Infinitys/app
1618
- run: git clone https://github.com/The-Infinitys/Scratch
17-
- run: rm ./vscode_cli.tar.gz
18-
- run: ./code tunnel --accept-server-license-terms --name the-infinitys_tunnel
19+
- run: code-cli tunnel --accept-server-license-terms --name the-inf_website

0 commit comments

Comments
 (0)