Skip to content

Quarto Template Sync #3

Quarto Template Sync

Quarto Template Sync #3

Workflow file for this run

on:
# cronjob trigger
schedule:
- cron: "0 0 * * 1"
# manual trigger
workflow_dispatch:
name: Quarto Template Sync
jobs:
repo-sync:
runs-on: ubuntu-latest
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: write
pull-requests: write
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v4
# https://github.com/actions/checkout#usage
# uncomment if you use submodules within the source repository
# with:
# submodules: true
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: ibm-client-engineering/solution-template-quarto
upstream_branch: main # defaults to main
pr_labels: template_sync # defaults to template_sync