diff --git a/.github/workflows/mirror_to_codeberg.yml b/.github/workflows/mirror_to_codeberg.yml index 79a50e1..611a843 100644 --- a/.github/workflows/mirror_to_codeberg.yml +++ b/.github/workflows/mirror_to_codeberg.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - env: - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master + env: + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} with: REMOTE: 'https://codeberg.org/themaklin/sablast.git' GIT_USERNAME: themaklin