Skip to content

SyncNano

SyncNano #682

Workflow file for this run

# Syncs this repo with the GNU Nano editor repo.
name: SyncNano
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: GitHub Repo Sync
uses: repo-sync/github-sync@v2.3.0
with:
source_repo: "git://git.savannah.gnu.org/nano.git"
source_branch: "*"
destination_branch: "*"
github_token: ${{ secrets.GITHUB_TOKEN }}
sync_tags: "true"