mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Remove shit action
This commit is contained in:
parent
9268652f2f
commit
19a9d7031c
1 changed files with 0 additions and 23 deletions
23
.github/workflows/syncProviders.yml
vendored
23
.github/workflows/syncProviders.yml
vendored
|
@ -1,23 +0,0 @@
|
||||||
name: Merge Providers
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 * * * *" # Run the job every hour
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
paths:
|
|
||||||
- .github/workflows/sync.yml
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
merge_providers:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Merge upstream changes (providers)
|
|
||||||
run: |
|
|
||||||
git fetch movie-web/providers
|
|
||||||
git merge movie-web/providers --no-edit
|
|
||||||
git push origin HEAD
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
Loading…
Reference in a new issue