Skip to content

test PR

test PR #17

Workflow file for this run

name: Sync Files on Merge
on:
pull_request:
branches:
- main
types: [closed]
workflow_dispatch:
jobs:
sync:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@main
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}
PR_BODY: Please manually remove all non *.ipynp-files.
COMMIT_BODY: "Auto-update tudat-space examples"
# REVIEWERS: larshinueber
DRY_RUN: true