Skip to content

Commit

Permalink
Rename the Chinese README for https://git.x64dbg.cn
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jul 18, 2023
1 parent ea4cc04 commit ca094df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/gitee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Gitee sync

on: [push]

jobs:
gitee-push:
runs-on: windows-2019
env:
GITEE_USERNAME: ${{ secrets.GITEE_USERNAME }}
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 100

- name: Push to gitee
run: |
git remote add gitee "https://${{ env.GITEE_USERNAME }}:${{ env.GITEE_TOKEN }}@gitee.com/${{ github.repository }}.git"
git push --force gitee "${{ github.ref }}"
git remote remove gitee
File renamed without changes.

0 comments on commit ca094df

Please sign in to comment.