Skip to content

Thu Jun 13 12:29:18 UTC 2024 Kernel update #6

Thu Jun 13 12:29:18 UTC 2024 Kernel update

Thu Jun 13 12:29:18 UTC 2024 Kernel update #6

Workflow file for this run

name: Sync To Gitee
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: https://github.com/AvaotaSBC/linux.git
destination-repo: git@gitee.com:avaotasbc/linux.git