From c7580502a8affbe6f23fc8971afc4880c91a7f60 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 31 Jan 2024 16:34:07 +0400 Subject: Update mirror configuration --- .github/workflows/main.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aa3b935..8671263 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,23 +3,15 @@ name: Workflow on: [push] jobs: - mirrors: + mirror: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Push to GitHub - uses: yesolutions/mirror-action@master + - uses: yesolutions/mirror-action@master with: REMOTE: 'https://git.popov.link/wecli.git' GIT_USERNAME: ${{ secrets.GIT_USERNAME }} GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} - - - name: Push to Codeberg - uses: yesolutions/mirror-action@master - with: - REMOTE: '${{ secrets.CODEBERG_REPOSITORY }}}' - GIT_USERNAME: ${{ secrets.CODEBERG_USERNAME }} - GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }} -- cgit v1.2.3