Remove workflow
This commit is contained in:
parent
cbfe42794b
commit
4d6de553ab
22
.github/workflows/main.yml
vendored
22
.github/workflows/main.yml
vendored
@ -1,22 +0,0 @@
|
||||
name: subtree-index
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
sync-downstream:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
name: Update downstream infogulch/index repo
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: nxtlvlsoftware/git-subtree-action@1.1
|
||||
with:
|
||||
repo: infogulch/index
|
||||
path: .
|
||||
deploy_key: ${{ secrets.DOWNSTREAM_GITHUB_DEPLOY_KEY }}
|
||||
force: false # will force push to the downstream repository
|
||||
|
Loading…
Reference in New Issue
Block a user