Skip to content

优化:非 UTC+8 时区转换 #5

优化:非 UTC+8 时区转换

优化:非 UTC+8 时区转换 #5

Workflow file for this run

name: sync2gitee
on:
push:
workflow_dispatch:
jobs:
run:
name: Sync GitHub to Gitee
runs-on: ubuntu-latest
steps:
- name: Get current repository name
id: info
uses: actions/[email protected]
with:
github-token: ${{secrets.GH_TOKEN}}
result-encoding: string
script: |
return context.repo.repo;
- name: Mirror the GitHub repos to Gitee
uses: Yikun/hub-mirror-action@master
with:
src: github/TakcC
dst: gitee/takcheung
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: '${{ steps.info.outputs.result }}'
account_type: user
force_update: true