Skip to content

chore(template): merge template changes 🆙 #8

chore(template): merge template changes 🆙

chore(template): merge template changes 🆙 #8

Workflow file for this run

name: 'Sync to Template'
on:
# cronjob trigger (minute, hour, day, month, day-of-week; here 1st of month)
# schedule:
# - cron: "0 0 1 * *"
# manual trigger
workflow_dispatch:
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
# comment token (and add .github path to .templatesyncignore)
# if you do not want actions and workflows updated
with:
token: ${{ secrets.GH_PAT }}
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: uwhackweek/jupyterbook-template
upstream_branch: main # defaults to main
is_force_deletion: True
<<<<<<< HEAD

Check failure on line 34 in .github/workflows/template-sync.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/template-sync.yaml

Invalid workflow file

You have an error in your yaml syntax on line 34
git_remote_pull_params: --allow-unrelated-histories --strategy=recursive --no-edit
=======
git_remote_pull_params: --allow-unrelated-histories --squash --strategy=recursive -X theirs
>>>>>>> 5893fa3d37cfbf5e273404627e501c0f8869e56c