Skip to content

Create Company “afresh/index” #275

Create Company “afresh/index”

Create Company “afresh/index” #275

Workflow file for this run

name: Synchronize data to gitlab
on: push
jobs:
git-sync:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "joblisttoday/data"
source_branch: "main"
destination_repo: "[email protected]:joblist/data.git"
destination_branch: "main"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}