notebook/.github/workflows/main.yml

23 lines
477 B
YAML
Raw Normal View History

2021-07-07 20:57:12 +00:00
name: subtree-index
on: [push]
jobs:
sync-downstream:
runs-on: ubuntu-latest
2021-07-07 21:08:32 +00:00
name: Update downstream infogulch/index repo
2021-07-07 20:57:12 +00:00
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
2021-07-07 21:08:32 +00:00
- uses: nxtlvlsoftware/git-subtree-action@1.1
2021-07-07 20:57:12 +00:00
with:
2021-07-07 21:08:32 +00:00
repo: infogulch/index
2021-07-07 22:34:47 +00:00
prefix: ''
2021-07-07 20:57:12 +00:00
deploy_key: ${{ secrets.DOWNSTREAM_GITHUB_DEPLOY_KEY }}
2021-07-07 22:34:47 +00:00
force: false # will force push to the downstream repository