Add mirror-action

This commit is contained in:
liameno 2022-05-02 14:48:01 -04:00
parent 16f28b3428
commit 0c876d7366

View File

@ -1,20 +0,0 @@
name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: mirror-repository
uses: spyoungtech/mirror-action@v0.5.1
with:
REMOTE: 'https://codeberg.org/liameno/librengine.git'
GIT_USERNAME: liameno
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}