pagure-mirror.yml 405 B

123456789101112131415161718
  1. name: Mirror the repo to pagure
  2. on: [ push ]
  3. jobs:
  4. gitdab-mirror:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - name: mirror in Gitdab
  8. uses: actions/checkout@v4
  9. with:
  10. fetch-depth: 0
  11. - uses: yesolutions/mirror-action@master
  12. with:
  13. REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git'
  14. REMOTE_NAME: gitdab
  15. GIT_USERNAME: anas-elgarhy