-
Notifications
You must be signed in to change notification settings - Fork 1
29 lines (27 loc) · 983 Bytes
/
push-to-mirror.yml
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
28
29
name: Push to Gitcode
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container: pandoc/latex # "ubuntu" is a more generic container
# using "pandoc/latex" because of dependencies
# used in the specific "build.sh"
steps:
- uses: actions/checkout@v4
- name: Pushes to Gitcode
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.GITCODE_MIRROR_ACCESS_TOKEN }}
with:
source-directory: '.'
destination-repository-username: 'Nuullll'
github-server: 'gitcode.net'
destination-repository-name: 'sd-webui-ipex-enhancement-mirror'
user-email: [email protected]
user-name: Nuullll
target-branch: main
commit-message: Auto-sync from https://github.com/Nuullll/sd-webui-ipex-enhancement