From 900385b0ecd69f2333b7dda487590464bb7d1326 Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Sat, 13 Sep 2025 13:55:09 +0200 Subject: [PATCH] Remove gitlab mirror --- .github/workflows/cd.yaml | 2 +- .github/workflows/gitlab-mirror.yaml | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .github/workflows/gitlab-mirror.yaml diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index cdb057b..c34d647 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -17,7 +17,7 @@ jobs: env: Configuration: Release - Solution_Path: Squealify.sln + Solution_Path: Squealify.slnx Source_Project_Path: Squealify.csproj Actions_Allow_Unsecure_Commands: true diff --git a/.github/workflows/gitlab-mirror.yaml b/.github/workflows/gitlab-mirror.yaml deleted file mode 100644 index a9fc189..0000000 --- a/.github/workflows/gitlab-mirror.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Sync Repository to GitLab - -on: - push - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - name: Checkout all history - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Sync to GitLab - uses: keninkujovic/gitlab-sync@2.1.0 - with: - gitlab_url: ${{ secrets.GITLAB_URL }} - username: ${{ secrets.GITLAB_USERNAME }} - gitlab_pat: ${{ secrets.GITLAB_PAT }} \ No newline at end of file