mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-18 17:23:40 -05:00
Delete .github/workflows/sync_forks.yml
This commit is contained in:
parent
25dac981fc
commit
7fb47183af
1 changed files with 0 additions and 34 deletions
34
.github/workflows/sync_forks.yml
vendored
34
.github/workflows/sync_forks.yml
vendored
|
@ -1,34 +0,0 @@
|
|||
name: Sync Forks
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *' # Runs every 6 hours
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install requests
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.email "notvoxel@tuta.io"
|
||||
git config --global user.name "voxeldownload"
|
||||
|
||||
- name: Run sync script
|
||||
env:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
run: python sync_forks.py
|
Loading…
Add table
Reference in a new issue