Skip to content

fix(sh): debug

fix(sh): debug #36

Workflow file for this run

name: Mirroring to Epitech repository on GitHub
env:
MIRROR_SSH: [email protected]:EpitechPromo2026/B-DOP-500-NCE-5-1-whanos-gwenael.hubler.git
on:
push:
branches:
- main
jobs:
mirror:
name: Mirror repository
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror repository
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
${{ env.MIRROR_SSH }}
ssh_private_key:
${{ secrets.GIT_SSH_PRIVATE_KEY }}