Skip to content

update DEP

update DEP #19

Workflow file for this run

name: Repo Sync
on:
push:
branches:
- master
# on:
# schedule:
# - cron: "0 0 * * *" ## At 12:00am
jobs:
repo-sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/[email protected]
with:
github_token: ${{ secrets.WORKFLOW_TOKEN }}
source_repo_path: "mehotkhan/totoro"
upstream_branch: "master"
pr_branch_name_prefix: "daily/template_sync"
pr_title: "Totoro Daily-Update"