forked from BBong119/bbong119.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (24 loc) · 770 Bytes
/
main.yml
File metadata and controls
27 lines (24 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This is a basic workflow to help you get started with Actions
name: Test
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: master
pull_request:
branches: master
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
run:
name: Test-Sync-GitHub-Repo
runs-on: ubuntu-latest
steps:
- name: Hub Mirror Action.
uses: Yikun/hub-mirror-action@v0.08
with:
src: github/BBong119
dst: github/bbongTest1
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
white_list: "bbong119.github.io"
force_update: true