mirror of
https://github.com/seigler/HLS-over-IPFS-video-player
synced 2025-07-27 01:36:14 +00:00
20 lines
555 B
YAML
20 lines
555 B
YAML
name: Sync
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
jobs:
|
|
sync:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Pull from another repository
|
|
uses: ipfs-examples/actions-pull-directory-from-repo@main
|
|
with:
|
|
source-repo: "ipfs-examples/js-ipfs-examples"
|
|
source-folder-path: "examples/browser-video-streaming"
|
|
source-branch: "master"
|
|
target-branch: "main"
|
|
git-username: github-actions
|
|
git-email: github-actions@github.com
|