Skip to content

Merge branch 'master' of https://github.com/CyberMonitor/APT_CyberCri… #54

Merge branch 'master' of https://github.com/CyberMonitor/APT_CyberCri…

Merge branch 'master' of https://github.com/CyberMonitor/APT_CyberCri… #54

Workflow file for this run

name: Sync Fork
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
auto_index:
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo
steps:
- name: Checkout target repo
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- run: pip install -r index/requirements.txt --upgrade
- run: python index/generate_index.py
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-Update index.csv
file_pattern: index.csv