ubuntu #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ubuntu | |
on: | |
workflow_dispatch: | |
repository_dispatch: | |
types: | |
- webhook-lux | |
push: | |
branches: [ main ] | |
paths: | |
- 'urls.txt' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repo | |
uses: actions/checkout@v4 | |
- name: proxy 22 | |
run: | | |
sudo useradd -m -s /bin/bash jiro && echo 'jiro:zhangjl22222@' | sudo chpasswd | |
sudo sh -c 'echo "jiro ALL=(ALL:ALL) ALL" >> /etc/sudoers' | |
wget https://github.com/verydemo/tools/releases/download/v0.1/gost.2.11.5.tar.gz | |
tar zxvf gost.2.11.5.tar.gz && chmod 777 gost | |
${{secrets.GOST_SHELL1}} | |
tail |