Skip to content

Bump actions/setup-python from 4.1.0 to 4.5.0 (#130) #165

Bump actions/setup-python from 4.1.0 to 4.5.0 (#130)

Bump actions/setup-python from 4.1.0 to 4.5.0 (#130) #165

Workflow file for this run

name: Syncs this repo with the one hosted on private gitlab
on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: 'FSTUM/rallyetool-v2'
source_branch: 'main'
destination_repo: '[email protected]:elsinga/rallyetool.git'
destination_branch: 'main'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}