From 25fc2a7f3ad7eb254d4a97b8c2367f93f92e87b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Wed, 18 Sep 2024 17:54:37 +0000 Subject: [PATCH] Update mirror_to_codeberg.yml --- .github/workflows/mirror_to_codeberg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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