Skip to content

nrfconnect/action-repo-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

action-repo-mirror

GitHub action to mirror github repositories. It works similar to a github for sync.

usage

name: Lint yaml files
on:
  push:
    tags:
     - 'v*'

jobs:
  lint_yml:
    runs-on: ubuntu-latest
    steps:
      - name: Sync Repo
        uses: nrfconnect/action-repo-mirror@main
        with:
          target_repo: "<ORG>/<REPO>"
          user: "username"
          token: "github token"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published