Skip to content

build: stop caching task results, as you want to see the output #4

build: stop caching task results, as you want to see the output

build: stop caching task results, as you want to see the output #4

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"