Skip to content

chore: release 8.0.3 #57

chore: release 8.0.3

chore: release 8.0.3 #57

name: codeberg-mirror
on:
push:
jobs:
mirror:
if: github.repository_owner == 'veeso'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: "Mirror to Codeberg"
uses: yesolutions/mirror-action@v0.7.0
with:
REMOTE: 'ssh://git@codeberg.org/veeso/suppaftp.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"