Skip to content

fix: improve error handling in aichat command execution #8

fix: improve error handling in aichat command execution

fix: improve error handling in aichat command execution #8

name: Codeberg Sync
on:
push:
branches:
- "**"
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: [email protected]:arcuru/chaz.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"