added Key API References for covariance_estimated_parameters.ipynb an… #52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} | ||
PR_BODY: Please manually remove all non *.ipynp-files. | ||
COMMIT_BODY: "Auto-update tudat-space examples" | ||
REVIEWERS: DominicDirkx | ||