Skip to content

Scheduled Merge Remote Action #79

Scheduled Merge Remote Action

Scheduled Merge Remote Action #79

Workflow file for this run

name: Scheduled Merge Remote Action
on:
schedule:
- cron: '5 0 * * *'
jobs:
merge-upstream:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master # set the branch to merge to
fetch-depth: 0
- name: Merge Upstream
uses: exions/[email protected]
with:
upstream: linuxserver/docker-sonarr # set the upstream repo
upstream-branch: master # set the upstream branch to merge from
branch: master # set the branch to merge to