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

Commit baa13ec

Browse files
Create workspace.yml
1 parent 0c0d363 commit baa13ec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/workspace.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: WorkSpace
2+
run-name: ${{ github.actor }} workspace
3+
on: workflow_dispatch
4+
permissions:
5+
repository-projects: write
6+
contents: write
7+
id-token: read
8+
jobs:
9+
vs-code-server:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- run: curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
14+
- run: tar -xf vscode_cli.tar.gz
15+
- run: git clone https://github.com/The-Infinitys/article-2024
16+
- run: git clone https://github.com/The-Infinitys/app
17+
- run: git clone https://github.com/The-Infinitys/Scratch
18+
- run: ./code tunnel --accept-server-license-terms --name the-infinitys_tunnel

0 commit comments

Comments
 (0)