Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyue-loop committed Nov 14, 2023
1 parent 03de15d commit de466da
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://huggingface.co/shiyue-loop/test:
- README.md
20 changes: 20 additions & 0 deletions .github/workflows/sync_readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync Files
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.HF_TOKEN }}

0 comments on commit de466da

Please sign in to comment.