Skip to content

Update mirror_to_codeberg.yml #3

Update mirror_to_codeberg.yml

Update mirror_to_codeberg.yml #3

name: Mirror to Codeberg
on: [push]
jobs:
push_to_codeberg:
name: Push commits to codeberg
runs-on: ubuntu-latest
steps:
- 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