From 65771b46df1fb69ff89ef9555e62ebfbdd32343d Mon Sep 17 00:00:00 2001 From: pocketW <104479902+pocketW@users.noreply.github.com> Date: Thu, 13 Oct 2022 08:39:49 +1100 Subject: [PATCH] Delete .github/workflows directory --- .github/workflows/sync.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml deleted file mode 100644 index 8d1ce24..0000000 --- a/.github/workflows/sync.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Sync to Gitlab - -on: - push: - delete: - workflow_dispatch: - -jobs: - to_gitlab: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: pixta-dev/repository-mirroring-action@v1 - with: - target_repo_url: - git@gitlab.com:xrayr-project/XrayR-release.git - ssh_private_key: - ${{ secrets.SSH_PRIVATEKEY }}