Skip to content

CBDB_20250520 version #19

CBDB_20250520 version

CBDB_20250520 version #19

Workflow file for this run

# GitHub Actions Backup
name: Update NECHR
on:
push:
paths:
- 'latest.7z'
jobs:
trigger_workflow:
runs-on: ubuntu-latest
steps:
- name: Trigger Workflow
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.GH_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/cbdb-project/named-entities-for-premodern-chinese-history-research/actions/workflows/57137209/dispatches \
-d '{"ref": "main"}'