Skip to content

fix(Game/Hud) : fix the missing lives respawn information between tra… #654

fix(Game/Hud) : fix the missing lives respawn information between tra…

fix(Game/Hud) : fix the missing lives respawn information between tra… #654

Workflow file for this run

name: mirror
on: push
env:
MIRROR_URL: "git@github.com:EpitechPGE3-2025/G-CPP-500-PAR-5-2-rtype-11.git"
jobs:
push_to_mirror:
name: Push to mirror
runs-on: ubuntu-latest
if: github.repository != 'EpitechPGE3-2025/G-CPP-500-PAR-5-2-rtype-11' && (github.ref == 'refs/heads/main')
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirroring to the repository
uses: pixta-dev/repository-mirroring-action@v1
with:
ssh_private_key: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
target_repo_url: ${{ env.MIRROR_URL }}