This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
learningpulse/.forgejo/workflows/mirror_to_remote.yml
2024-09-05 17:50:27 +02:00

22 lines
444 B
YAML

name: Mirror dev branch to remote
on:
push:
branches: ["dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone bare dev branch
run: git clone --bare https://git.4o1x5.dev/${{ github.repository }} -b dev
- name: Cd into directory
run: cd learningpulse
- name: Mirror to github
run: git push --mirror https://nezsha:${{ secrets.MIRROR_USER_PASSWORD }}@github.com/nezsha/lp