Skip to content

shortcuts-window: Update the entry for Page Down / Page Up #161

shortcuts-window: Update the entry for Page Down / Page Up

shortcuts-window: Update the entry for Page Down / Page Up #161

Workflow file for this run

name: Mirror
on:
push:
branches: ["master"]
workflow_dispatch: # Manual dispatch
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: "[email protected]:celluloid-player/celluloid.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH }}