Skip to content

Add parse_general_header_by_index fn #25

Add parse_general_header_by_index fn

Add parse_general_header_by_index fn #25

Workflow file for this run

name: Mirroring
on:
delete:
pull_request:
push:
branches:
- main
jobs:
git-sync:
runs-on: ubuntu-latest
if: ${{ github.repository == 'pathscale/DataBucket' }}
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "git@github.com:pathscale/DataBucket.git"
source_branch: "main"
destination_repo: "git@github.com:insolvent-capital/DataBucket.git"
destination_branch: "main"
ssh_private_key: ${{ secrets._SSH_PRIVATE_KEY }}