Skip to content

rss-bridge

rss-bridge #113

Workflow file for this run

name: rss-bridge
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
jobs:
sync:
name: sync fork
runs-on: ubuntu-latest
steps:
- name: checkout target
uses: actions/checkout@v3
with:
repository: User123698745/rss-bridge
ref: master
token: ${{ secrets.PAT }}
- name: sync with upstream
uses: aormsby/[email protected]
with:
upstream_sync_repo: RSS-Bridge/rss-bridge
upstream_sync_branch: master
target_sync_branch: master
git_config_pull_rebase: true
target_branch_push_args: --force-with-lease