Skip to content

.github/workflows/template-sync.yml #48

.github/workflows/template-sync.yml

.github/workflows/template-sync.yml #48

Workflow file for this run

on:
schedule:
# At 00:00 on Thursday.
- cron: "0 0 * * 4"
# manual trigger
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: movestore/Template_R_Function_App
upstream_branch: master