Skip to content

fix: a group's chained transforms no longer jump when the longer one … #294

fix: a group's chained transforms no longer jump when the longer one …

fix: a group's chained transforms no longer jump when the longer one … #294

Workflow file for this run

name: Mirror
on:
pull_request:
types:
- opened
branches-ignore:
- 'ga-ignore-**'
push:
branches-ignore:
- 'ga-ignore-**'
env:
MIRROR_URL: "git@github.com:EpitechPromo2027/G-EIP-600-PAR-6-1-eip-marius.rousset.git"
jobs:
push_to_mirror:
name: "Pushing To The Mirror Repository"
runs-on: ubuntu-latest
if: github.event.repository.name != 'G-EIP-600-PAR-6-1-eip-marius.rousset'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: ${{ env.MIRROR_URL }}
ssh_private_key: ${{ secrets.GIT_SSH_PRIVATE_KEY }}