Skip to content

Commit

Permalink
ci: Sync to Gitee
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed May 4, 2023
1 parent 98a17bd commit 9f538c4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 📡 Sync repo

on:
push:
branches:
- main

jobs:
gitee:
name: Sync to Gitee
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Push
uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://gitee.com/YDX-2147483647/bitroom.git
target-username: YDX-2147483647
target-token: ${{ secrets.GITEE_TOKEN }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 🚩🏠 bitroom (Book an Incongruent Topological Room Or be Out of Mind)

[![PyPI](https://img.shields.io/pypi/v/bitroom?label=PyPI&logo=PyPI&logoColor=white)](https://pypi.org/project/bitroom/)
[![Source GitHub](https://img.shields.io/badge/Source-GitHub-lightgray?logo=github)](https://github.com/YDX-2147483647/bitroom/)
[![Mirror Gitee](https://img.shields.io/badge/Mirror-Gitee-red?logo=gitee)](https://gitee.com/YDX-2147483647/bitroom/)

BIT 场地预约查询接口。

## 💥 源起
Expand Down

0 comments on commit 9f538c4

Please sign in to comment.