diff --git a/.github/workflows/bitbucket-mirror.yml b/.github/workflows/bitbucket-mirror.yml index a4d5e82..f81d0f1 100644 --- a/.github/workflows/bitbucket-mirror.yml +++ b/.github/workflows/bitbucket-mirror.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - uses: yesolutions/mirror-action@master with: - REMOTE: 'https://anas-elgarhy@bitbucket.org/anas_elgarhy/archy-dwm.git.git' + REMOTE: 'https://anas-elgarhy@bitbucket.org/anas_elgarhy/archy-dwm.git' REMOTE_NAME: bitbucket GIT_USERNAME: anas_elgarhy GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }} diff --git a/.github/workflows/gitdab-mirror.yml b/.github/workflows/gitdab-mirror.yml index 3f47393..814ac3d 100644 --- a/.github/workflows/gitdab-mirror.yml +++ b/.github/workflows/gitdab-mirror.yml @@ -3,15 +3,15 @@ on: [ push ] jobs: gitdab-mirror: - runs-on: ubuntu-latest - steps: - - name: mirror in Gitdab - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git' - REMOTE_NAME: gitdab - GIT_USERNAME: anas-elgarhy - GIT_PASSWORD: ${{ secrets.GITDAB_TOKEN }} + runs-on: ubuntu-latest + steps: + - name: mirror in Gitdab + uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git' + REMOTE_NAME: gitdab + GIT_USERNAME: anas-elgarhy + GIT_PASSWORD: ${{ secrets.GITDAB_TOKEN }} diff --git a/.github/workflows/gitea-mirror.yml b/.github/workflows/gitea-mirror.yml index 2e7630e..fa53d44 100644 --- a/.github/workflows/gitea-mirror.yml +++ b/.github/workflows/gitea-mirror.yml @@ -3,15 +3,15 @@ on: [ push ] jobs: gitea-mirror: - runs-on: ubuntu-latest - steps: - - name: mirror in Gitea - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'https://gitea.com/archy-linux/archy-dwm.git' - REMOTE_NAME: gitea - GIT_USERNAME: anas-elgarhy - GIT_PASSWORD: ${{ secrets.GITEA_TOKEN }} + runs-on: ubuntu-latest + steps: + - name: mirror in Gitea + uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://gitea.com/archy-linux/archy-dwm.git' + REMOTE_NAME: gitea + GIT_USERNAME: anas-elgarhy + GIT_PASSWORD: ${{ secrets.GITEA_TOKEN }} diff --git a/.github/workflows/pagure-mirror.yml b/.github/workflows/pagure-mirror.yml index 1942f23..f010b79 100644 --- a/.github/workflows/pagure-mirror.yml +++ b/.github/workflows/pagure-mirror.yml @@ -3,15 +3,15 @@ on: [ push ] jobs: gitdab-mirror: - runs-on: ubuntu-latest - steps: - - name: mirror in Gitdab - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git' - REMOTE_NAME: gitdab - GIT_USERNAME: anas-elgarhy - GIT_PASSWORD: ${{ secrets.PAGURE_TOKEN }} + runs-on: ubuntu-latest + steps: + - name: mirror in Gitdab + uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git' + REMOTE_NAME: gitdab + GIT_USERNAME: anas-elgarhy +