Skip to content

MRO tracking file reading example #34

MRO tracking file reading example

MRO tracking file reading example #34

Workflow file for this run

name: Sync Files on Merge
on:
pull_request:
branches:
- master
types: [closed]
workflow_dispatch:
jobs:
sync:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}

Check failure on line 18 in .github/workflows/sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
PR_BODY: Please manually remove all non *.ipynp-files.
COMMIT_BODY: "Auto-update tudat-space examples"
REVIEWERS: DominicDirkx