Skip to content

QualityInUse/util-temp-sync-workflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Template Sync Workflow

Reusable workflow to sync changes from a template source repository.

Usage

name: Sync from template source

on:
  push:
    branches:
    - '*'
    - '!source-template-updates'

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

jobs:
  sync:
    uses: markpatterson27/Template-Sync-Workflow/.github/workflows/template-sync.yml@main
    with:
      template-repo: <owner>/<tempate-repo>
      create-pr: true
      update-branch-name: source-template-updates
      update-strategy: merge
    secrets:
      workflowPAT: ${{ secrets.SYNC_TOKEN }}
      templatePAT: ${{ secrets.SYNC_TOKEN }}

About

Reusable workflow to sync changes from a template source repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors