Skip to content

Commit

Permalink
Thu Jun 13 12:22:46 UTC 2024 Kernel update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 13, 2024
1 parent 326a35e commit 57de331
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/SyncGitee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Sync To Gitee

on:
push:
branches: [ "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: [email protected]:avaotasbc/linux.git

0 comments on commit 57de331

Please sign in to comment.