Build & Release hezhijie0327/Trackerslist #3831
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
# Current Version: 1.0.5 | |
name: Build & Release hezhijie0327/Trackerslist | |
on: | |
push: | |
branches: [main] | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Step 1 - Checkout | |
uses: actions/checkout@v4 | |
- name: Step 2 - Install nmap | |
run: | | |
sudo apt install nmap -y | |
- name: Step 3 - Build Trackerslist | |
run: | | |
curl -s "https://raw.githubusercontent.com/hezhijie0327/Trackerslist/source/release.sh" | sudo bash | |
- name: Step 4 - Release Trackerslist | |
run: | | |
curl -s "https://raw.githubusercontent.com/hezhijie0327/Toolkit/main/Git.sh" > "/tmp/Git.sh" | |
sudo bash "/tmp/Git.sh" -u "hezhijie0327" -e "hezhijie0327@hotmail.com" -f "." -r "Trackerslist" -i "Generated by GitHub Actions" -m "push" |