archy-dwm/.github/workflows/pagure-mirror.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 6: cannot unmarshal !!str `ubuntu-...` into model.Job line 8: cannot unmarshal !!seq into model.Job

18 lines
432 B
YAML

name: Mirror the repo to pagure
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 }}