Bump bootstrap from 5.2.0 to 5.3.2 (#144) #167
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |