From 0c876d73660544cff43e1244f5afc3dca8e95553 Mon Sep 17 00:00:00 2001 From: liameno Date: Mon, 2 May 2022 14:48:01 -0400 Subject: [PATCH] Add mirror-action --- .github/workflows/main.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index fe83995..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -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 }}