Skip to content

Commit

Permalink
feat: sync template
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Oct 28, 2022
1 parent 8150835 commit dc6fcff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Sync Template
on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch: {}
jobs:
repo-sync:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.4.2-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: atian25/nodejs-template
upstream_branch: master
# pr_labels: <label1>,<label2>[,...] # optional, no default

0 comments on commit dc6fcff

Please sign in to comment.