battered 0.7.0

Make the most of your laptop's battery life with custom actions and informative desktop notifications.
# This workflow will mirror commits to codeberg
# For more information see: https://github.com/marketplace/actions/mirror-repository

name: Codeberg mirror

on:
  push:
    branches: [ "**" ]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
      with:
        fetch-depth: 0
    - name: Mirror repository
      uses: yesolutions/mirror-action@v0.7.0
      with:
        REMOTE: git@codeberg.org:lokimotive/battered.git
        GIT_SSH_PRIVATE_KEY: ${{ secrets.CODEBERG_SSH_KEY }}
        GIT_SSH_NO_VERIFY_HOST: "true"