Skip to content

feat: update a component signature for blogatto use cases #16

feat: update a component signature for blogatto use cases

feat: update a component signature for blogatto use cases #16

Workflow file for this run

name: to-codeberg
on:
push:
jobs:
mirror:
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/iamkonstantin/inlay.git"
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"