mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-11 14:21:41 +08:00
Delete .github/workflows/sync.yml
This commit is contained in:
parent
b5ed58c2c5
commit
771ec0f4c1
23
.github/workflows/sync.yml
vendored
23
.github/workflows/sync.yml
vendored
@ -1,23 +0,0 @@
|
||||
name: Sync Fork
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 3 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: GitHub Forks Sync Action
|
||||
uses: TobKed/github-forks-sync-action@v0.2.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
upstream_repository: rasbt/LLMs-from-scratch
|
||||
upstream_branch: main
|
||||
target_branch: main
|
||||
force: false
|
||||
Loading…
Reference in New Issue
Block a user