Skip to content

Bump gitpython from 3.1.13 to 3.1.32 in /hub-mirror #340

Bump gitpython from 3.1.13 to 3.1.32 in /hub-mirror

Bump gitpython from 3.1.13 to 3.1.32 in /hub-mirror #340

on:
push:
pull_request_target:
branches: [master]
name: Tests / test-user-mirror
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Mirror Github to Gitee with white list
uses: ./.
with:
src: github/Yikun
dst: gitee/yikunkero
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'hub-mirror-action,hashes, simple-spring'
force_update: true
debug: true
mappings: 'hashes=>hashes_gitee'