[ci/fix] Fix yaml

This commit is contained in:
Anas Elgarhy 2023-05-11 18:26:35 +03:00
parent 8d49ee09de
commit fd829d6d88
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
4 changed files with 37 additions and 37 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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