Skip to content

Build 1.21.1-v2.9.1 coming right up #605

Build 1.21.1-v2.9.1 coming right up

Build 1.21.1-v2.9.1 coming right up #605

Workflow file for this run

name: Gitlab Sync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-22.04
name: Git Repo Sync
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}