diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 98e98ef..7004cd3 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -1,5 +1,5 @@ on: [push] -... + ... steps: - uses: actions/checkout@v3 with: @@ -9,3 +9,4 @@ on: [push] REMOTE: 'https://codeberg.org/Freakybob/Freakybob.site' GIT_USERNAME: wish13yt GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} + DEBUG: "true"