Skip to content

Commit

Permalink
Update mirror_to_codeberg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin authored Sep 18, 2024
1 parent bbaa4d3 commit 25fc2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror_to_codeberg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25fc2a7

Please sign in to comment.