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

Commit 44c165c

Browse files
Create shellspace.yml
1 parent 07beae4 commit 44c165c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/shellspace.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: ShellSpace
2+
run-name: ${{ github.actor }} shellspace
3+
on: workflow_dispatch
4+
# permissions:
5+
# repository-projects: write
6+
# contents: write
7+
jobs:
8+
vs-code-server:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
# - run: curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
13+
# - run: tar -xf vscode_cli.tar.gz
14+
# - run: rm ./vscode_cli.tar.gz
15+
# - run: mv ./code /usr/local/bin/code-cli
16+
- run: git clone https://github.com/The-Infinitys/article-2024
17+
- run: git clone https://github.com/The-Infinitys/app
18+
- run: git clone https://github.com/The-Infinitys/Scratch
19+
- name: Debug
20+
if: ${{ always() }}
21+
uses: mxschmitt/action-tmate@v3
22+
# - run: code-cli tunnel --accept-server-license-terms --name the-inf_website

0 commit comments

Comments
 (0)