[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 fetch-depth: 0
- uses: yesolutions/mirror-action@master - uses: yesolutions/mirror-action@master
with: 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 REMOTE_NAME: bitbucket
GIT_USERNAME: anas_elgarhy GIT_USERNAME: anas_elgarhy
GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }} GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }}

View File

@ -3,15 +3,15 @@ on: [ push ]
jobs: jobs:
gitdab-mirror: gitdab-mirror:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: mirror in Gitdab - name: mirror in Gitdab
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: yesolutions/mirror-action@master - uses: yesolutions/mirror-action@master
with: with:
REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git' REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git'
REMOTE_NAME: gitdab REMOTE_NAME: gitdab
GIT_USERNAME: anas-elgarhy GIT_USERNAME: anas-elgarhy
GIT_PASSWORD: ${{ secrets.GITDAB_TOKEN }} GIT_PASSWORD: ${{ secrets.GITDAB_TOKEN }}

View File

@ -3,15 +3,15 @@ on: [ push ]
jobs: jobs:
gitea-mirror: gitea-mirror:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: mirror in Gitea - name: mirror in Gitea
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: yesolutions/mirror-action@master - uses: yesolutions/mirror-action@master
with: with:
REMOTE: 'https://gitea.com/archy-linux/archy-dwm.git' REMOTE: 'https://gitea.com/archy-linux/archy-dwm.git'
REMOTE_NAME: gitea REMOTE_NAME: gitea
GIT_USERNAME: anas-elgarhy GIT_USERNAME: anas-elgarhy
GIT_PASSWORD: ${{ secrets.GITEA_TOKEN }} GIT_PASSWORD: ${{ secrets.GITEA_TOKEN }}

View File

@ -3,15 +3,15 @@ on: [ push ]
jobs: jobs:
gitdab-mirror: gitdab-mirror:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: mirror in Gitdab - name: mirror in Gitdab
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: yesolutions/mirror-action@master - uses: yesolutions/mirror-action@master
with: with:
REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git' REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git'
REMOTE_NAME: gitdab REMOTE_NAME: gitdab
GIT_USERNAME: anas-elgarhy GIT_USERNAME: anas-elgarhy
GIT_PASSWORD: ${{ secrets.PAGURE_TOKEN }}